Skip to content

Commit

Permalink
Add explicit dependency on jetty-util (prevents possible compilation …
Browse files Browse the repository at this point in the history
…error with a corrupt pom file)
  • Loading branch information
jharting committed Dec 9, 2013
1 parent 0599295 commit fcf210f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions environments/servlet/core/pom.xml
Expand Up @@ -82,6 +82,12 @@
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-util</artifactId>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
Expand Down
6 changes: 6 additions & 0 deletions environments/servlet/pom.xml
Expand Up @@ -103,6 +103,12 @@
<version>${jetty6.version}</version>
</dependency>

<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-util</artifactId>
<version>${jetty6.version}</version>
</dependency>

<!-- plus and naming requires for using JNDI -->
<dependency>
<groupId>org.mortbay.jetty</groupId>
Expand Down

0 comments on commit fcf210f

Please sign in to comment.