]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc/pom.xml
Optimize server start and deployment
[gpl/argeo-slc.git] / org.argeo.slc / pom.xml
index fcf9d8b20722971091dabfba73ec220641c02044..203eb669fe89c2ce319b16b5e3ac0fa2e9041cbd 100644 (file)
@@ -16,6 +16,7 @@
                <version.maven>2.0.9</version.maven>
                <version.ant>1.7.0</version.ant>
                <version.jetty>6.1.14</version.jetty>
+               <version.equinox>3.4.2.R34x_v20080826-1230</version.equinox>
                <version.maven-bundle-plugin>1.4.3</version.maven-bundle-plugin>
                <!-- <version.activemq>5.2.0</version.activemq> -->
        </properties>
@@ -511,7 +512,7 @@ limitations under the License.
                        <dependency>
                                <groupId>org.argeo.slc.dep.osgi</groupId>
                                <artifactId>org.argeo.dep.osgi.catalina.start</artifactId>
-                               <version>1.0.0</version>
+                               <version>1.0.0.argeo.2</version>
                        </dependency>
 
                        <!-- AOP -->
@@ -530,6 +531,11 @@ limitations under the License.
                                <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</artifactId>
+                               <version>2.2.0</version>
+                       </dependency>
                        <dependency>
                                <groupId>org.objectweb.asm</groupId>
                                <artifactId>com.springsource.org.objectweb.asm.attrs</artifactId>
@@ -706,7 +712,7 @@ limitations under the License.
                        <dependency>
                                <groupId>org.eclipse.osgi</groupId>
                                <artifactId>org.eclipse.osgi</artifactId>
-                               <version>3.4.2.R34x_v20080826-1230</version>
+                               <version>${version.equinox}</version>
                        </dependency>
 
                        <!-- Auto UI -->
@@ -787,7 +793,7 @@ limitations under the License.
                        <dependency>
                                <groupId>org.argeo.dep.osgi</groupId>
                                <artifactId>org.argeo.dep.osgi.activemq</artifactId>
-                               <version>5.2.0.argeo.1</version>
+                               <version>5.2.0.argeo.3</version>
                        </dependency>
 
                        <dependency>