]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - demo/pom.xml
Update API
[gpl/argeo-slc.git] / demo / pom.xml
index 82275a0f58b5770e3f4df91c429b0eecfd75b61b..4b6cc07156e3c23da99fe2d32c415735ce222572 100644 (file)
                </dependency>
 
                <!--
-                       Unit Tests <dependency> <groupId>org.argeo.slc.runtime</groupId>
-                       <artifactId>org.argeo.slc.unit</artifactId> <scope>test</scope>
-                       </dependency>
-               -->
+                       Unit Tests -->
+               <dependency>
+                       <groupId>org.argeo.slc.runtime</groupId>
+                       <artifactId>org.argeo.slc.unit</artifactId>
+                       <scope>test</scope>
+               </dependency>
+
 
        </dependencies>
 
@@ -96,9 +99,9 @@
                                                                        org.argeo.slc.ria
                                                                </slc.osgi.start>
                                                                <slc.osgi.bundles>
-                                                                       ${user.home}/dev/src/sparta/dist/runtime/target;in=*.jar,
                                                                        ${basedir}/site;in=*;ex=pom.xml;ex=target,
-                                                                       ${basedir}/../modules/server;in=*;ex=pom.xml;ex=target;ex=.*
+                                                                       ${basedir}/../modules/server;in=*;ex=pom.xml;ex=target;ex=.*,
+                                                                       ${basedir}/../modules/agent;in=*;ex=pom.xml;ex=target
                                                                </slc.osgi.bundles>
                                                        </systemProperties>
                                                </configuration>
                                                <artifactId>maven-argeo-osgi-plugin</artifactId>
                                                <configuration>
                                                        <execDir>target/exec/detached</execDir>
-                                                       <fork>false</fork>
+                                                       <fork>true</fork>
                                                        <systemProperties>
                                                                <slc.osgi.start>
                                                                        org.springframework.osgi.extender,
                                        <groupId>net.sourceforge.mx4j</groupId>
                                        <artifactId>com.springsource.mx4j</artifactId>
                                </dependency>
+                               <dependency>
+                                       <groupId>org.eclipse.osgi</groupId>
+                                       <artifactId>org.eclipse.osgi</artifactId>
+                                       <version>3.5.0.v20090311-1300</version>
+                               </dependency>
                        </dependencies>
                </profile>
                <profile>