You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by gm...@apache.org on 2014/06/16 06:06:54 UTC

svn commit: r1602794 - /roller/trunk/app/pom.xml

Author: gmazza
Date: Mon Jun 16 04:06:54 2014
New Revision: 1602794

URL: http://svn.apache.org/r1602794
Log:
Simplifications to pom.xml

Modified:
    roller/trunk/app/pom.xml

Modified: roller/trunk/app/pom.xml
URL: http://svn.apache.org/viewvc/roller/trunk/app/pom.xml?rev=1602794&r1=1602793&r2=1602794&view=diff
==============================================================================
--- roller/trunk/app/pom.xml (original)
+++ roller/trunk/app/pom.xml Mon Jun 16 04:06:54 2014
@@ -165,13 +165,6 @@
 
         <dependency>
             <groupId>com.rometools</groupId>
-            <artifactId>rome</artifactId>
-            <version>1.5.0</version>
-            <scope>compile</scope>
-        </dependency>
-
-        <dependency>
-            <groupId>com.rometools</groupId>
             <artifactId>rome-fetcher</artifactId>
             <version>1.5.0</version>
             <scope>compile</scope>
@@ -191,14 +184,6 @@
                     <groupId>xmlrpc</groupId>
                     <artifactId>xmlrpc-client</artifactId>
                 </exclusion>
-                <exclusion>
-                    <groupId>ws-commons-util</groupId>
-                    <artifactId>ws-commons-util</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>javax.activation</groupId>
-                    <artifactId>activation</artifactId>
-                </exclusion>
             </exclusions>
         </dependency>