Skip to content

Commit

Permalink
exclude orbit from jetty server
Browse files Browse the repository at this point in the history
  • Loading branch information
Henning Schmiedehausen committed Jun 1, 2012
1 parent 84a9c32 commit 5f76d86
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion pom.xml
Expand Up @@ -128,6 +128,12 @@
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
<version>${ness.dep.jetty.version}</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.jetty.orbit</groupId>
<artifactId>javax.servlet</artifactId>
</exclusion>
</exclusions>
<scope>test</scope>
</dependency>

Expand Down Expand Up @@ -162,6 +168,16 @@
<scope>test</scope>
<version>2.0.0</version>
</dependency>

</dependencies>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.nesscomputing.components</groupId>
<artifactId>ness-lifecycle</artifactId>
<version>1.2.1</version>
</dependency>
</dependencies>
</dependencyManagement>

</project>

0 comments on commit 5f76d86

Please sign in to comment.