]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.launcher/pom.xml
Explicitely set version Maven Bundle Plugin so that M2Eclipse plugin not always check...
[gpl/argeo-slc.git] / runtime / org.argeo.slc.launcher / pom.xml
index 4abb9d7407efd428b73aeb46432383a5ea45c57a..7f0164813df32ce144a86f6e345235a0f4443c9b 100644 (file)
                        <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
+                               <version>${version.maven-bundle-plugin}</version>
                                <configuration>
                                        <instructions>
                                                <Export-Package>
                                                        org.argeo.slc.*
                                                </Export-Package>
-                                               <Import-Package>*,org.argeo.slc.test.spring,org.apache.commons.cli;resolution:=optional</Import-Package>
                                        </instructions>
                                </configuration>
                        </plugin>
                        <version>${project.version}</version>
                </dependency>
 
-               <!--
-                       <dependency> <groupId>org.apache.maven</groupId>
-                       <artifactId>maven-embedder</artifactId> </dependency> <dependency>
-                       <groupId>org.apache.maven</groupId>
-                       <artifactId>maven-settings</artifactId> </dependency>
-               -->
                <dependency>
                        <groupId>org.argeo.dep.osgi</groupId>
                        <artifactId>org.argeo.dep.osgi.commons.cli</artifactId>