jetty-util is a hard dependency for jetty-jndi

+ jetty-util is needed because of jetty logging
+ jetty-util was being pulled in via jetty-webapp but only
  as a provided dependency.
This commit is contained in:
Joakim Erdfelt 2014-02-26 14:12:14 -07:00
parent e36871e566
commit 3cf3f88091
1 changed files with 5 additions and 0 deletions

View File

@ -70,6 +70,11 @@
</plugins> </plugins>
</build> </build>
<dependencies> <dependencies>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-util</artifactId>
<version>${project.version}</version>
</dependency>
<dependency> <dependency>
<groupId>org.eclipse.jetty.toolchain</groupId> <groupId>org.eclipse.jetty.toolchain</groupId>
<artifactId>jetty-test-helper</artifactId> <artifactId>jetty-test-helper</artifactId>