Skip to content

Commit

Permalink
update versions to official javax.servlet api
Browse files Browse the repository at this point in the history
  • Loading branch information
Henning Schmiedehausen committed Jun 1, 2012
1 parent f21aac2 commit 0a75efd
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.nesscomputing</groupId>
<artifactId>ness-oss-parent</artifactId>
<version>8</version>
<version>11</version>
</parent>

<scm>
Expand All @@ -32,7 +32,7 @@
<dependency>
<groupId>com.nesscomputing.components</groupId>
<artifactId>ness-logging</artifactId>
<version>1.0.2</version>
<version>1.1.0</version>
</dependency>

<dependency>
Expand All @@ -42,9 +42,8 @@
</dependency>

<dependency>
<groupId>org.eclipse.jetty.orbit</groupId>
<artifactId>javax.servlet</artifactId>
<version>3.0.0.v201112011016</version>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
</dependency>

<dependency>
Expand Down Expand Up @@ -161,7 +160,7 @@
<groupId>com.nesscomputing.components</groupId>
<artifactId>ness-httpserver</artifactId>
<scope>test</scope>
<version>1.0.0</version>
<version>2.0.0</version>
</dependency>

</dependencies>
Expand Down

0 comments on commit 0a75efd

Please sign in to comment.