You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by st...@apache.org on 2016/08/29 11:16:45 UTC

svn commit: r1758206 - /openwebbeans/trunk/webbeans-tck/pom.xml

Author: struberg
Date: Mon Aug 29 11:16:45 2016
New Revision: 1758206

URL: http://svn.apache.org/viewvc?rev=1758206&view=rev
Log:
OWB-1146 remove unnecessary dependency

Modified:
    openwebbeans/trunk/webbeans-tck/pom.xml

Modified: openwebbeans/trunk/webbeans-tck/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-tck/pom.xml?rev=1758206&r1=1758205&r2=1758206&view=diff
==============================================================================
--- openwebbeans/trunk/webbeans-tck/pom.xml (original)
+++ openwebbeans/trunk/webbeans-tck/pom.xml Mon Aug 29 11:16:45 2016
@@ -53,11 +53,6 @@
         </dependency>
         
         <dependency>
-            <groupId>org.apache.openwebbeans</groupId>
-            <artifactId>openwebbeans-resource</artifactId>
-        </dependency>
-
-        <dependency>
             <groupId>org.apache.xbean</groupId>
             <artifactId>xbean-finder-shaded</artifactId>
         </dependency>