You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by og...@apache.org on 2011/12/02 13:59:36 UTC

svn commit: r1209450 - /incubator/stanbol/trunk/ontologymanager/web/pom.xml

Author: ogrisel
Date: Fri Dec  2 12:59:36 2011
New Revision: 1209450

URL: http://svn.apache.org/viewvc?rev=1209450&view=rev
Log:
remove unused test dependency

Modified:
    incubator/stanbol/trunk/ontologymanager/web/pom.xml

Modified: incubator/stanbol/trunk/ontologymanager/web/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/ontologymanager/web/pom.xml?rev=1209450&r1=1209449&r2=1209450&view=diff
==============================================================================
--- incubator/stanbol/trunk/ontologymanager/web/pom.xml (original)
+++ incubator/stanbol/trunk/ontologymanager/web/pom.xml Fri Dec  2 12:59:36 2011
@@ -215,21 +215,6 @@
       <artifactId>jersey-client</artifactId>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>org.ops4j.pax.exam</groupId>
-      <artifactId>pax-exam</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.ops4j.pax.exam</groupId>
-      <artifactId>pax-exam-junit</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.ops4j.pax.exam</groupId>
-      <artifactId>pax-exam-container-default</artifactId>
-      <scope>test</scope>
-    </dependency>
   </dependencies>
 
   <repositories>