]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc/pom.xml
Adapt for agents
[gpl/argeo-slc.git] / org.argeo.slc / pom.xml
index 6ff4c1acb6ae0541e21ca2ac6cc62a06cca47141..ef96635698fdd371b20860a478d3d3774a2ea133 100644 (file)
@@ -89,6 +89,13 @@ limitations under the License.
                                                        <manifestFile>target/classes/META-INF/MANIFEST.MF</manifestFile>
                                                </archive>
                                        </configuration>
+                                       <executions>
+                                               <execution>
+                                                       <goals>
+                                                               <goal>test-jar</goal>
+                                                       </goals>
+                                               </execution>
+                                       </executions>
                                </plugin>
                                <plugin>
                                        <groupId>org.apache.maven.plugins</groupId>
@@ -268,6 +275,12 @@ limitations under the License.
                                <artifactId>org.argeo.slc.support.simple</artifactId>
                                <version>${project.version}</version>
                        </dependency>
+                       <dependency>
+                               <groupId>org.argeo.slc.runtime</groupId>
+                               <artifactId>org.argeo.slc.support.simple</artifactId>
+                               <version>${project.version}</version>
+                               <classifier>tests</classifier>
+                       </dependency>
                        <dependency>
                                <groupId>org.argeo.slc.runtime</groupId>
                                <artifactId>org.argeo.slc.support.ant</artifactId>
@@ -512,7 +525,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 -->
@@ -793,7 +806,7 @@ limitations under the License.
                        <dependency>
                                <groupId>org.argeo.dep.osgi</groupId>
                                <artifactId>org.argeo.dep.osgi.activemq</artifactId>
-                               <version>5.2.0.argeo.2</version>
+                               <version>5.2.0.argeo.3</version>
                        </dependency>
 
                        <dependency>