diff options
Diffstat (limited to 'asdctool/pom.xml')
-rw-r--r-- | asdctool/pom.xml | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/asdctool/pom.xml b/asdctool/pom.xml index 3a64dd72c0..5ad047e124 100644 --- a/asdctool/pom.xml +++ b/asdctool/pom.xml @@ -307,6 +307,10 @@ <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> </exclusion> + <exclusion> + <groupId>commons-codec</groupId> + <artifactId>commons-codec</artifactId> + </exclusion> </exclusions> </dependency> @@ -335,6 +339,10 @@ <groupId>org.codehaus.jackson</groupId> <artifactId>jackson-mapper-asl</artifactId> </exclusion> + <exclusion> + <groupId>org.hibernate</groupId> + <artifactId>hibernate-validator</artifactId> + </exclusion> </exclusions> </dependency> @@ -494,13 +502,6 @@ <version>${apache-poi.version}</version> </dependency> - <dependency> - <groupId>org.jdom</groupId> - <artifactId>jdom</artifactId> - <version>2.0.2</version> - <scope>compile</scope> - </dependency> - <!-- Temporary, till building the populate task which adding all components to cache. We will use Serialization Utils. --> <dependency> @@ -774,7 +775,9 @@ <tag> ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}-STAGING-latest </tag> - <tag>${parsedVersion.majorVersion}.${parsedVersion.minorVersion}-${maven.build.timestamp}</tag> + <tag> + ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}-${maven.build.timestamp} + </tag> </tags> </build> </image> |