Add OSGi boot to target platform.
authorMathieu Baudier <mbaudier@argeo.org>
Sat, 15 Feb 2020 09:54:48 +0000 (10:54 +0100)
committerMathieu Baudier <mbaudier@argeo.org>
Sat, 15 Feb 2020 09:54:48 +0000 (10:54 +0100)
dep/org.argeo.dep.cms.sdk/pom.xml

index 3fced8eeca02fb7dc3f46a54e8981011bca6238c..8b3781e13258354601459c84ee9678b80521169b 100644 (file)
                        <type>pom</type>
                </dependency>
 
+               <!-- OSGi Boot for platform generation only, as it could be used by regular 
+                       Java applications to launch an OSGi runtime. -->
+               <dependency>
+                       <groupId>org.argeo.commons</groupId>
+                       <artifactId>org.argeo.osgi.boot</artifactId>
+                       <version>2.1.86-SNAPSHOT</version>
+                       <scope>test</scope>
+               </dependency>
+
                <!-- ALM Third Parties -->
                <!-- <dependency> -->
                <!-- <groupId>org.argeo.tp.apache.ant</groupId> -->
                        <groupId>org.argeo.tp.sdk</groupId>
                        <artifactId>org.junit</artifactId>
                </dependency>
+               <dependency>
+                       <groupId>org.argeo.tp.sdk</groupId>
+                       <artifactId>org.hamcrest</artifactId>
+               </dependency>
                <dependency>
                        <groupId>org.argeo.tp.sdk</groupId>
                        <artifactId>org.redline-rpm</artifactId>