Properly build OSGI Boot
[lgpl/argeo-commons.git] / server / demo / pom.xml
index 76f5720eb84cc25659454b16025f9866e7da6387..8c80ce2e473a49189cdfaae1e236d481b5934a58 100644 (file)
@@ -26,6 +26,7 @@
                                <artifactId>maven-argeo-osgi-plugin</artifactId>
                                <configuration>
                                        <execDir>target/exec/server</execDir>
+                                       <osgiBootArtifactId>org.argeo.osgi.boot</osgiBootArtifactId>
                                        <systemProperties>
                                                <slc.osgi.start>
                                                        org.springframework.osgi.extender,
@@ -51,9 +52,9 @@
                        <artifactId>org.eclipse.osgi</artifactId>
                </dependency>
                <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
-                       <artifactId>org.argeo.slc.osgiboot</artifactId>
-                       <version>${version.slc}</version>
+                       <groupId>org.argeo.commons.osgi</groupId>
+                       <artifactId>org.argeo.osgi.boot</artifactId>
+                       <version>0.1.1-SNAPSHOT</version>
                </dependency>
 
                <!-- Logging -->