diff options
Diffstat (limited to 'utils/webseal-simulator/pom.xml')
-rw-r--r-- | utils/webseal-simulator/pom.xml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/utils/webseal-simulator/pom.xml b/utils/webseal-simulator/pom.xml index 1ed09f67a3..d9790e4708 100644 --- a/utils/webseal-simulator/pom.xml +++ b/utils/webseal-simulator/pom.xml @@ -37,6 +37,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> @@ -63,11 +67,6 @@ </exclusion> </exclusions> </dependency> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>javax.servlet-api</artifactId> - <version>${javax.servlet.version}</version> - </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> |