Removed unused dependencies and unnecessary dependency declarations

This commit is contained in:
Patrick Gotthard 2014-04-12 14:22:27 +02:00
parent f4683798bb
commit ee38a62319

56
pom.xml
View file

@ -14,6 +14,17 @@
<version>1.5.0-SNAPSHOT</version> <version>1.5.0-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<!-- Just for testing the build locally -->
<!-- <modules> -->
<!-- <module>../rome</module> -->
<!-- <module>../rome-certiorem</module> -->
<!-- <module>../rome-certiorem-webapp</module> -->
<!-- <module>../rome-fetcher</module> -->
<!-- <module>../rome-modules</module> -->
<!-- <module>../rome-opml</module> -->
<!-- <module>../rome-propono</module> -->
<!-- </modules> -->
<name>rome-parent</name> <name>rome-parent</name>
<description>Parent for all ROME projects</description> <description>Parent for all ROME projects</description>
@ -142,48 +153,18 @@
<version>1.0</version> <version>1.0</version>
</dependency> </dependency>
<!-- Guice --> <!-- Guice -->
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
<version>2.0</version>
</dependency>
<dependency> <dependency>
<groupId>com.google.inject.extensions</groupId> <groupId>com.google.inject.extensions</groupId>
<artifactId>guice-servlet</artifactId> <artifactId>guice-servlet</artifactId>
<version>2.0</version> <version>2.0</version>
</dependency> </dependency>
<dependency>
<groupId>javax.activation</groupId>
<artifactId>activation</artifactId>
<version>1.1</version>
</dependency>
<!-- Xerces --> <!-- Xerces -->
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>2.11.0</version>
</dependency>
<!-- Apache Commons --> <!-- Apache Commons -->
<dependency> <dependency>
<groupId>commons-httpclient</groupId> <groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId> <artifactId>commons-httpclient</artifactId>
<version>3.1</version> <version>3.1</version>
</dependency> </dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging-api</artifactId>
<version>1.1</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1.3</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.3</version>
</dependency>
<dependency> <dependency>
<groupId>commons-lang</groupId> <groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId> <artifactId>commons-lang</artifactId>
@ -194,11 +175,6 @@
<artifactId>commons-beanutils</artifactId> <artifactId>commons-beanutils</artifactId>
<version>1.6</version> <version>1.6</version>
</dependency> </dependency>
<dependency>
<groupId>ws-commons-util</groupId>
<artifactId>ws-commons-util</artifactId>
<version>1.0.1</version>
</dependency>
<!-- Jetty --> <!-- Jetty -->
<dependency> <dependency>
<groupId>jetty</groupId> <groupId>jetty</groupId>
@ -211,22 +187,12 @@
<artifactId>xmlrpc-client</artifactId> <artifactId>xmlrpc-client</artifactId>
<version>3.0</version> <version>3.0</version>
</dependency> </dependency>
<dependency>
<groupId>xmlrpc</groupId>
<artifactId>xmlrpc-common</artifactId>
<version>3.0</version>
</dependency>
<!-- OAuth --> <!-- OAuth -->
<dependency> <dependency>
<groupId>net.oauth.core</groupId> <groupId>net.oauth.core</groupId>
<artifactId>oauth</artifactId> <artifactId>oauth</artifactId>
<version>20100527</version> <version>20100527</version>
</dependency> </dependency>
<dependency>
<groupId>net.oauth.core</groupId>
<artifactId>oauth-provider</artifactId>
<version>20100527</version>
</dependency>
</dependencies> </dependencies>
</dependencyManagement> </dependencyManagement>