Skip to content
Snippets Groups Projects
Commit 3c8d5cf0 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Cleaning up some dependencies

parent e47e9751
Branches
Tags v1.1.9
No related merge requests found
...@@ -11,18 +11,13 @@ ...@@ -11,18 +11,13 @@
<url>http://maven.apache.org</url> <url>http://maven.apache.org</url>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>javax.servlet</groupId> <groupId>javax</groupId>
<artifactId>servlet-api</artifactId> <artifactId>javaee-web-api</artifactId>
<version>2.5</version> <version>7.0</version>
<scope>provided</scope> <type>jar</type>
</dependency>
<dependency>
<groupId>javax.servlet.jsp</groupId>
<artifactId>jsp-api</artifactId>
<version>2.1</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.jboss.resteasy</groupId> <groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs</artifactId> <artifactId>resteasy-jaxrs</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment