You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by ng...@apache.org on 2010/05/07 22:56:14 UTC

svn commit: r942218 - in /mina/vysper/trunk: dist/pom.xml pom.xml

Author: ngn
Date: Fri May  7 20:56:13 2010
New Revision: 942218

URL: http://svn.apache.org/viewvc?rev=942218&view=rev
Log:
Removing dependency on nekopull parser (VYSPER-195)

Modified:
    mina/vysper/trunk/dist/pom.xml
    mina/vysper/trunk/pom.xml

Modified: mina/vysper/trunk/dist/pom.xml
URL: http://svn.apache.org/viewvc/mina/vysper/trunk/dist/pom.xml?rev=942218&r1=942217&r2=942218&view=diff
==============================================================================
--- mina/vysper/trunk/dist/pom.xml (original)
+++ mina/vysper/trunk/dist/pom.xml Fri May  7 20:56:13 2010
@@ -68,12 +68,6 @@
     </dependency>
 
     <dependency>
-      <groupId>org.cyberneko.pull</groupId>
-      <artifactId>nekopull</artifactId>
-      <optional>true</optional>
-    </dependency>
-
-    <dependency>
       <groupId>javax.jcr</groupId>
       <artifactId>jcr</artifactId>
     </dependency>

Modified: mina/vysper/trunk/pom.xml
URL: http://svn.apache.org/viewvc/mina/vysper/trunk/pom.xml?rev=942218&r1=942217&r2=942218&view=diff
==============================================================================
--- mina/vysper/trunk/pom.xml (original)
+++ mina/vysper/trunk/pom.xml Fri May  7 20:56:13 2010
@@ -113,12 +113,6 @@
       </dependency>
 
       <dependency>
-        <groupId>org.cyberneko.pull</groupId>
-        <artifactId>nekopull</artifactId>
-        <version>0.2.4</version>
-      </dependency>
-
-      <dependency>
         <groupId>javax.jcr</groupId>
         <artifactId>jcr</artifactId>
         <version>1.0</version>