diff --git a/xplan-core/xplan-inspireplu-transformation/pom.xml b/xplan-core/xplan-inspireplu-transformation/pom.xml index 8d2cd27d435c172f078c3133ae9f2f7f797921c9..6c0e794db03361f8ec563bfa0d6392f249b1701d 100644 --- a/xplan-core/xplan-inspireplu-transformation/pom.xml +++ b/xplan-core/xplan-inspireplu-transformation/pom.xml @@ -15,7 +15,6 @@ <dependency> <groupId>${project.groupId}</groupId> <artifactId>xplan-commons</artifactId> - <version>${project.version}</version> </dependency> <dependency> <groupId>junit</groupId> @@ -33,10 +32,6 @@ <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> - <dependency> - <groupId>de.latlon.product.xplanbox</groupId> - <artifactId>xplan-commons</artifactId> - </dependency> </dependencies> </project> diff --git a/xplan-webservices/xplan-wms/pom.xml b/xplan-webservices/xplan-wms/pom.xml index 6e05326b384bd94293926402fdc947e83ea3f9ce..d8b77ab90c18f0b6f76abbb30ee90f137ead4a85 100644 --- a/xplan-webservices/xplan-wms/pom.xml +++ b/xplan-webservices/xplan-wms/pom.xml @@ -95,7 +95,7 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> - <version>4.3.6</version> + <version>4.5.14</version> <scope>test</scope> </dependency> </dependencies>