]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - basic/runtime/org.argeo.support.junit/pom.xml
commons: improve maven, new RPM structure
[lgpl/argeo-commons.git] / basic / runtime / org.argeo.support.junit / pom.xml
index 8768f2165c210cda995a4ae785eb28a60afae9c5..cb34081053ed0b17efce7003c06bd74490a6f955 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.commons.basic</groupId>
                <artifactId>runtime</artifactId>
-               <version>0.1.3-SNAPSHOT</version>
+               <version>0.3.4-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.support.junit</artifactId>
                        <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
-                               <version>${version.maven-bundle-plugin}</version>
+
                                <configuration>
                                        <instructions>
                                                <Export-Package>
                                                        org.argeo.support.junit.*
                                                </Export-Package>
+                                               <Import-Package>org.springframework.core.io,*</Import-Package>
                                        </instructions>
                                </configuration>
                        </plugin>