diff options
Diffstat (limited to 'catalog-model/pom.xml')
-rw-r--r-- | catalog-model/pom.xml | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/catalog-model/pom.xml b/catalog-model/pom.xml index 96793babea..b6a1e17b0e 100644 --- a/catalog-model/pom.xml +++ b/catalog-model/pom.xml @@ -110,7 +110,7 @@ <dependency> <groupId>com.google.code.bean-matchers</groupId> <artifactId>bean-matchers</artifactId> - <version>${bean-matcher.version}</version> + <version>${bean-matchers.version}</version> <scope>test</scope> </dependency> @@ -297,6 +297,10 @@ <groupId>org.apache.cassandra</groupId> <artifactId>cassandra-all</artifactId> </exclusion> + <exclusion> + <groupId>javax.validation</groupId> + <artifactId>validation-api</artifactId> + </exclusion> </exclusions> </dependency> @@ -309,8 +313,8 @@ <!-- http client --> <dependency> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpclient</artifactId> + <groupId>org.apache.httpcomponents.client5</groupId> + <artifactId>httpclient5</artifactId> <version>${httpclient.version}</version> <scope>provided</scope> <exclusions> @@ -466,8 +470,9 @@ </dependency> <dependency> - <groupId>org.codehaus.groovy</groupId> + <groupId>org.apache.groovy</groupId> <artifactId>groovy</artifactId> + <version>${groovy.version}</version> </dependency> <dependency> |