diff options
-rw-r--r-- | aai-resources/pom.xml | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index 9bd8cbe..e46dc4c 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -620,6 +620,18 @@ <groupId>org.codehaus.jackson</groupId> <artifactId>jackson-mapper-asl</artifactId> </exclusion> + <exclusion> + <groupId>org.eclipse.jetty</groupId> + <artifactId>jetty-http</artifactId> + </exclusion> + <exclusion> + <groupId>org.eclipse.jetty</groupId> + <artifactId>jetty-server</artifactId> + </exclusion> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-web</artifactId> + </exclusion> </exclusions> </dependency> <dependency> @@ -696,11 +708,6 @@ <artifactId>spring-boot-starter-jersey</artifactId> </dependency> <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-web</artifactId> - <version>${spring.web.version}</version> - </dependency> - <dependency> <groupId>io.netty</groupId> <artifactId>netty-all</artifactId> <version>${netty.version}</version> |