Skip to content
Snippets Groups Projects
Commit 47d73c45 authored by Sergiu Dumitriu's avatar Sergiu Dumitriu
Browse files

[misc] Applied codestyle

parent c2f1b391
No related branches found
No related tags found
No related merge requests found
......@@ -22,22 +22,21 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<dependencies>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.4</version>
</dependency>
</dependencies>
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-core</artifactId>
<version>6.2-SNAPSHOT</version>
</parent>
<artifactId>xwiki-platform-less-css</artifactId>
<name>XWiki Platform - LESS CSS</name>
<packaging>pom</packaging>
<name>XWiki Platform - LESS CSS</name>
<description>TODO</description>
<dependencies>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</dependency>
</dependencies>
<modules>
<module>xwiki-platform-less-css-api</module>
<module>xwiki-platform-less-css-default</module>
......
......@@ -40,7 +40,6 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.4</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment