Author: ivol37 at gmail.com
Date: Fri Nov 12 12:14:00 2010
New Revision: 419

Log:
[AMDATU-170] Fixed classloader issue by removing transitive dependency on 
JAX-RS which should have been provided by the JAX-RS bundle

Modified:
   trunk/amdatu-web/rest-wink/pom.xml

Modified: trunk/amdatu-web/rest-wink/pom.xml
==============================================================================
--- trunk/amdatu-web/rest-wink/pom.xml  (original)
+++ trunk/amdatu-web/rest-wink/pom.xml  Fri Nov 12 12:14:00 2010
@@ -25,6 +25,12 @@
       <artifactId>slf4j-jdk14</artifactId>
       <version>1.5.11</version>
       <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+      <version>1.5.11</version>
+      <scope>compile</scope>
     </dependency>   
     <dependency>
       <groupId>org.amdatu.web.rest</groupId>
@@ -57,7 +63,6 @@
             
<Bundle-Activator>org.amdatu.web.rest.wink.osgi.Activator</Bundle-Activator>
             <Bundle-SymbolicName>org.amdatu.web.rest.wink</Bundle-SymbolicName>
             <Embed-Dependency>*;scope=compile</Embed-Dependency>
-            <Embed-Transitive>true</Embed-Transitive>
             <Import-Package>
               *;resolution:=optional
             </Import-Package>   

Reply via email to