Rename factory
[gpl/argeo-tp.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index e181b8ec4f3fc3a5f45bd96b85ccc6292e562e14..879135fcb8b7e0fda6fef498a6ed1f662e46fa41 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -6,9 +6,14 @@
                <artifactId>lib</artifactId>
                <version>1.1.19</version>
        </parent>
-       <groupId>org.argeo.tp.slc</groupId>
-       <artifactId>org.argeo.tp.slc.factory</artifactId>
-       <name>Argeo Distribution Factory</name>
+       <groupId>org.argeo.tp.factory</groupId>
+       <artifactId>org.argeo.tp.factory.core</artifactId>
+       <name>Third Party Factory</name>
+       <properties>
+               <additionalImports.slc-lib>
+                       javax.security.auth.callback;resolution:="optional"
+               </additionalImports.slc-lib>
+       </properties>
        <build>
                <resources>
                        <resource>
                                        </execution>
                                </executions>
                        </plugin>
-                       <plugin>
-                               <groupId>org.apache.felix</groupId>
-                               <artifactId>maven-bundle-plugin</artifactId>
-                               <configuration>
-                                       <instructions>
-                                               <Import-Package>
-                                                       javax.security.auth.callback;resolution:="optional",
-                                                       *
-                                               </Import-Package>
-                                       </instructions>
-                               </configuration>
-                       </plugin>
                </plugins>
        </build>
        <dependencies>