Removed unused dependencies and unnecessary dependency declarations

This commit is contained in:
Patrick Gotthard 2014-04-12 14:20:11 +02:00
parent 460f123e4d
commit 5ccf176ac3

14
pom.xml
View file

@ -34,10 +34,6 @@
<groupId>com.rometools</groupId>
<artifactId>rome-certiorem</artifactId>
</dependency>
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
</dependency>
<dependency>
<groupId>com.google.inject.extensions</groupId>
<artifactId>guice-servlet</artifactId>
@ -47,16 +43,6 @@
<artifactId>servlet-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.servlet.jsp</groupId>
<artifactId>jsp-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>