You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ej...@apache.org on 2012/03/28 23:49:23 UTC

svn commit: r1306611 - /aries/trunk/ejb/ejb-modeller/pom.xml

Author: ejiang
Date: Wed Mar 28 21:49:23 2012
New Revision: 1306611

URL: http://svn.apache.org/viewvc?rev=1306611&view=rev
Log:
fix the build break - trying:)

Modified:
    aries/trunk/ejb/ejb-modeller/pom.xml

Modified: aries/trunk/ejb/ejb-modeller/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/ejb/ejb-modeller/pom.xml?rev=1306611&r1=1306610&r2=1306611&view=diff
==============================================================================
--- aries/trunk/ejb/ejb-modeller/pom.xml (original)
+++ aries/trunk/ejb/ejb-modeller/pom.xml Wed Mar 28 21:49:23 2012
@@ -83,11 +83,7 @@
     		<artifactId>org.apache.aries.application.utils</artifactId>
     		<version>0.3.1-SNAPSHOT</version>
     	</dependency>
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-api</artifactId>
-            <scope>provided</scope>
-        </dependency>
+        
         <dependency>
         	<groupId>org.apache.aries.testsupport</groupId>
         	<artifactId>org.apache.aries.testsupport.unit</artifactId>