diff options
Diffstat (limited to 'catalog-fe')
-rw-r--r-- | catalog-fe/pom.xml | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/catalog-fe/pom.xml b/catalog-fe/pom.xml index 5f821fc73a..c869f85d00 100644 --- a/catalog-fe/pom.xml +++ b/catalog-fe/pom.xml @@ -40,6 +40,10 @@ <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-http</artifactId> </exclusion> + <exclusion> + <groupId>javax.servlet</groupId> + <artifactId>javax.servlet-api</artifactId> + </exclusion> </exclusions> </dependency> <dependency> @@ -214,13 +218,6 @@ </dependency> <!-- http client END --> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>javax.servlet-api</artifactId> - <version>${servlet-api.version}</version> - <scope>provided</scope> - </dependency> - <!-- JSON and YAML Parsing --> <dependency> <groupId>com.fasterxml.jackson.dataformat</groupId> @@ -349,6 +346,10 @@ <artifactId>log4j</artifactId> <groupId>log4j</groupId> </exclusion> + <exclusion> + <groupId>javax.servlet</groupId> + <artifactId>javax.servlet-api</artifactId> + </exclusion> </exclusions> </dependency> <!-- System metrics --> |