]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - dep/org.argeo.slc.dep.agent/pom.xml
Simplify SLC and use Argeo Commons
[gpl/argeo-slc.git] / dep / org.argeo.slc.dep.agent / pom.xml
index 88d094c9f5926c33c36b3d0511c5607b808ae823..03d8a530beff45e6aae339918543e140d8f65106 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>dep</artifactId>
-               <version>0.11.4-SNAPSHOT</version>
+               <version>0.12.1-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <groupId>org.argeo.slc.dep</groupId>
@@ -32,7 +32,7 @@
                        <groupId>org.argeo.slc.runtime</groupId>
                        <artifactId>org.argeo.slc.support.castor</artifactId>
                </dependency>
-               
+
                <!-- Additional -->
                <dependency>
                        <groupId>org.argeo.slc.runtime</groupId>
                        <groupId>org.argeo.slc.runtime</groupId>
                        <artifactId>org.argeo.slc.lib.detached</artifactId>
                </dependency>
+
+               <!-- ASM -->
+               <dependency>
+                       <groupId>org.objectweb.asm</groupId>
+                       <artifactId>com.springsource.org.objectweb.asm</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.objectweb.asm</groupId>
+                       <artifactId>com.springsource.org.objectweb.asm.attrs</artifactId>
+               </dependency>
+
        </dependencies>
 </project>
\ No newline at end of file