diff options
Diffstat (limited to 'jar/pom.xml')
-rwxr-xr-x[-rw-r--r--] | jar/pom.xml | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/jar/pom.xml b/jar/pom.xml index 9fc8ff30..ffa49336 100644..100755 --- a/jar/pom.xml +++ b/jar/pom.xml @@ -115,8 +115,8 @@ <source>1.7</source> <target>1.7</target> <excludes> - <exclude>jar/**</exclude> - </excludes> + <exclude>jar/**</exclude> + </excludes> </configuration> </plugin> <plugin> @@ -185,7 +185,6 @@ <scope>provided</scope> </dependency> <!-- /Development --> - <!-- Logging --> <dependency> <groupId>ch.qos.logback</groupId> @@ -339,17 +338,17 @@ <version>0.4</version> </dependency> <!-- https://mvnrepository.com/artifact/commons-codec/commons-codec --> - <dependency> - <groupId>commons-codec</groupId> - <artifactId>commons-codec</artifactId> - <version>1.9</version> - </dependency> + <dependency> + <groupId>commons-codec</groupId> + <artifactId>commons-codec</artifactId> + <version>1.9</version> + </dependency> <!-- https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 --> - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-lang3</artifactId> - <version>3.0</version> - </dependency> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> + <version>3.0</version> + </dependency> </dependencies> |