diff options
author | 2019-01-30 22:32:41 +0000 | |
---|---|---|
committer | 2019-01-30 22:32:41 +0000 | |
commit | b146c72f951cdbcecf1e3e726956082d9d8cf4b0 (patch) | |
tree | aa084d628979fe1d90dcdc3aabef37f294fb9c17 /jar/pom.xml | |
parent | 0e6a4dc0f90f9589e3830c8976a39f627acd10c7 (diff) | |
parent | a27be9fdbbf2d271c9c5780ba70fe15a24dbdb63 (diff) |
Merge "Push variuos changes"
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> |