]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - osgi/runtime/org.argeo.osgi.boot/pom.xml
[maven-release-plugin] prepare release argeo-commons-1.1.3
[lgpl/argeo-commons.git] / osgi / runtime / org.argeo.osgi.boot / pom.xml
index e4508e0cd05e3a174711cb86105ca81077fb8295..101e6d63bea6f438e12a52122765bea9bce59fbb 100644 (file)
@@ -1,8 +1,9 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons.osgi</groupId>
-               <version>0.3.2</version>
+               <version>1.1.3</version>
                <artifactId>runtime</artifactId>
                <relativePath>..</relativePath>
        </parent>
                        <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
-                               <version>${version.maven-bundle-plugin}</version>
+
                                <configuration>
                                        <instructions>
                                                <Bundle-Activator>org.argeo.osgi.boot.Activator</Bundle-Activator>
                                                <Bundle-RequiredExecutionEnvironment>J2SE-1.4</Bundle-RequiredExecutionEnvironment>
+                                               <Import-Package>org.eclipse.*;resolution:=optional,*</Import-Package>
                                        </instructions>
                                </configuration>
                        </plugin>
        </build>
        <dependencies>
                <dependency>
-                       <groupId>org.eclipse.osgi</groupId>
+                       <groupId>org.argeo.tp</groupId>
                        <artifactId>org.eclipse.osgi</artifactId>
                </dependency>
 
                <!-- TEST -->
                <dependency>
-                       <groupId>org.junit</groupId>
-                       <artifactId>com.springsource.junit</artifactId>
+                       <groupId>org.argeo.tp</groupId>
+                       <artifactId>junit</artifactId>
                        <scope>test</scope>
                </dependency>
        </dependencies>
 
 
-</project>
+</project>
\ No newline at end of file