Skip to content

Commit

Permalink
updated dependencies to exclude jetty jars from my all-in-one jar.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yamashita Yuu committed Oct 6, 2011
1 parent 2af4081 commit da5284c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Expand Up @@ -22,6 +22,17 @@
<version>${jetty.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-nosql</artifactId>
<version>${jetty.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
<version>${jetty.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.geishatokyo.jetty</groupId>
<artifactId>jetty-nosql-memcached</artifactId>
Expand Down

0 comments on commit da5284c

Please sign in to comment.