diff --git a/smp-server-library/pom.xml b/smp-server-library/pom.xml index 07e856f8ecd53feb0f45ad03fed85748b84b536d..8bc76e7e7fbe34481e9e31ff3c0036aa26f7f935 100644 --- a/smp-server-library/pom.xml +++ b/smp-server-library/pom.xml @@ -43,16 +43,6 @@ <groupId>eu.europa.ec.bdmsl</groupId> <artifactId>bdmsl-client</artifactId> </dependency> - - - <!-- TODO: remove me --> - <dependency> - <groupId>com.google.code.findbugs</groupId> - <artifactId>annotations</artifactId> - <version>2.0.3</version> - </dependency> - - <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> @@ -61,7 +51,6 @@ <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> </dependency> - <!-- You may replace MySQL in production with something else --> <dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> @@ -74,10 +63,6 @@ <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-oxm</artifactId> - </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-beans</artifactId> @@ -102,10 +87,6 @@ <groupId>org.hibernate</groupId> <artifactId>hibernate-core</artifactId> </dependency> - <dependency> - <groupId>org.hibernate</groupId> - <artifactId>hibernate-entitymanager</artifactId> - </dependency> <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> @@ -118,18 +99,6 @@ <groupId>javax.annotation</groupId> <artifactId>javax.annotation-api</artifactId> </dependency> - <dependency> - <groupId>com.google.guava</groupId> - <artifactId>guava</artifactId> - </dependency> - <dependency> - <groupId>org.bouncycastle</groupId> - <artifactId>bcprov-jdk15on</artifactId> - </dependency> - <dependency> - <groupId>org.bouncycastle</groupId> - <artifactId>bcpkix-jdk15on</artifactId> - </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-features-logging</artifactId>