diff options
-rw-r--r-- | pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -83,6 +83,11 @@ <artifactId>jetty-webapp</artifactId> <version>9.2.13.v20150730</version> </dependency> + <dependency> + <groupId>org.eclipse.jetty</groupId> + <artifactId>jetty-jndi</artifactId> + <version>9.2.13.v20150730</version> + </dependency> </dependencies> <build> |