diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/doorman/pom.xml | 1 | ||||
-rw-r--r-- | lib/rlock/pom.xml | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/lib/doorman/pom.xml b/lib/doorman/pom.xml index a204a4ef9..751ce2eb7 100644 --- a/lib/doorman/pom.xml +++ b/lib/doorman/pom.xml @@ -19,6 +19,7 @@ <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> + <version>2.5</version> </dependency> <dependency> <groupId>org.slf4j</groupId> diff --git a/lib/rlock/pom.xml b/lib/rlock/pom.xml index 24df9c347..e42468a84 100644 --- a/lib/rlock/pom.xml +++ b/lib/rlock/pom.xml @@ -35,6 +35,5 @@ <artifactId>slf4j-simple</artifactId> <scope>test</scope> </dependency> - </dependencies> </project> |