You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by co...@apache.org on 2013/02/15 11:11:26 UTC

svn commit: r1446492 - /syncope/trunk/console/pom.xml

Author: coheigea
Date: Fri Feb 15 10:11:26 2013
New Revision: 1446492

URL: http://svn.apache.org/r1446492
Log:
Fixing OSGi imports for Console

Modified:
    syncope/trunk/console/pom.xml

Modified: syncope/trunk/console/pom.xml
URL: http://svn.apache.org/viewvc/syncope/trunk/console/pom.xml?rev=1446492&r1=1446491&r2=1446492&view=diff
==============================================================================
--- syncope/trunk/console/pom.xml (original)
+++ syncope/trunk/console/pom.xml Fri Feb 15 10:11:26 2013
@@ -363,9 +363,8 @@ under the License.
                   org.w3c.dom,
                   org.apache.commons.lang*;version="[2.6,3)",
                   org.apache.http*;version="[4,5)",
-                  org.apache.syncope.annotation;version=${project.version},
                   org.apache.syncope.client*;version=${project.version},
-                  org.apache.syncope.types;version=${project.version},
+                  org.apache.syncope.common*;version=${project.version},
                   org.apache.wicket*;version="[1.5,2)",
                   org.codehaus.jackson*;version="[1.9,2)",
                   org.springframework*;version="[3,4)",