]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc/pom.xml
OSGi related POMs
[gpl/argeo-slc.git] / org.argeo.slc / pom.xml
index 1ce433a9cb93fa7b7f916aec0f34d13aab3bdd50..095d848bdfe55fb1af998e0b3bb3595c0f13613d 100644 (file)
@@ -294,7 +294,7 @@ limitations under the License.
                        </dependency>
                        <dependency>
                                <groupId>org.argeo.slc.runtime</groupId>
-                               <artifactId>org.argeo.slc.execution</artifactId>
+                               <artifactId>org.argeo.slc.support.equinox</artifactId>
                                <version>${project.version}</version>
                        </dependency>
                        <dependency>
@@ -490,6 +490,16 @@ limitations under the License.
                                <artifactId>com.springsource.org.aspectj.weaver</artifactId>
                                <version>1.6.2.RELEASE</version>
                        </dependency>
+                       <dependency>
+                               <groupId>net.sourceforge.cglib</groupId>
+                               <artifactId>com.springsource.net.sf.cglib</artifactId>
+                               <version>2.1.3</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.objectweb.asm</groupId>
+                               <artifactId>com.springsource.org.objectweb.asm.attrs</artifactId>
+                               <version>2.2.0</version>
+                       </dependency>
 
                        <!-- Ant -->
                        <dependency>