]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - integration-tests/org.argeo.slc.it.webapp/pom.xml
Remove empty package
[gpl/argeo-slc.git] / integration-tests / org.argeo.slc.it.webapp / pom.xml
index bd66540ab046d24a458d305a2b1151db0b55a0f8..c6d1279dd74d7eb7dc9dd7754c3dfe8d1fe95a1e 100644 (file)
@@ -13,7 +13,7 @@
        <build>
                <plugins>
                        <plugin>
-                               <groupId>org.argeo.slc.maven</groupId>
+                               <groupId>org.argeo.maven.plugins</groupId>
                                <artifactId>maven-argeo-osgi-plugin</artifactId>
                                <version>${version.maven-argeo-osgi}</version>
                                <configuration>
                                        </argsToAppend>
                                        <systemProperties>
                                                <slc.osgi.bundles>
-                                                       ${basedir}/../../demo/site;in=*;ex=target,
-                                                       ${basedir}/../../server/org.argeo.slc.siteserver/bundles;in=*
-                                                               </slc.osgi.bundles>
+                                                       ${basedir}/../../demo/site;in=*;ex=target;ex=pom.xml,
+                                                       ${basedir}/../../modules/server;in=*;ex=target;ex=pom.xml,
+                                                       ${basedir}/../../modules/agent;in=*;ex=target;ex=pom.xml
+                                               </slc.osgi.bundles>
                                                <slc.osgi.start>
                                                        org.springframework.osgi.extender,
                                                        org.argeo.slc.server.main,
                                                        org.argeo.slc.server.hsqldb,
                                                        org.argeo.slc.ria,
-                                                       org.argeo.slc.agent                                                             
+                                                       org.argeo.slc.agent,                                                            
+                                                       org.argeo.slc.agent.jms                                                 
                                                </slc.osgi.start>
                                        </systemProperties>
                                </configuration>
                        <groupId>org.argeo.slc.server</groupId>
                        <artifactId>org.argeo.slc.ria</artifactId>
                </dependency>
+
+               <!-- Unit Tests -->
+               <dependency>
+                       <groupId>org.argeo.slc.runtime</groupId>
+                       <artifactId>org.argeo.slc.unit</artifactId>
+                       <scope>test</scope>
+               </dependency>
        </dependencies>
 </project>
\ No newline at end of file