]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.support.maven/pom.xml
Remove unused directories
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.maven / pom.xml
index f8ffa48cc7733e5971c48d7d6c0af9f3a1bf2300..7bfa7c24e91c115a505996ce988d9c3490136f53 100644 (file)
@@ -2,9 +2,9 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.slc</groupId>
-               <artifactId>argeo-slc</artifactId>
-               <version>0.11.3-SNAPSHOT</version>
-               <relativePath>../../org.argeo.slc</relativePath>
+               <artifactId>runtime</artifactId>
+               <version>0.11.4-SNAPSHOT</version>
+               <relativePath>..</relativePath>
        </parent>
        <groupId>org.argeo.slc.runtime</groupId>
        <artifactId>org.argeo.slc.support.maven</artifactId>
@@ -38,6 +38,8 @@
                                                <Export-Package>
                                                        org.argeo.slc.maven.*
                                                </Export-Package>
+                                               <Import-Package>*,org.codehaus.plexus</Import-Package>
+                                               <Fragment-Host>org.argeo.dep.osgi.maven.embedder</Fragment-Host>
                                        </instructions>
                                </configuration>
                        </plugin>
        <dependencies>
                <dependency>
                        <groupId>org.argeo.slc.runtime</groupId>
-                       <artifactId>org.argeo.slc.support.simple</artifactId>
+                       <artifactId>org.argeo.slc.specs</artifactId>
                </dependency>
+
+               <dependency>
+                       <groupId>org.springframework</groupId>
+                       <artifactId>org.springframework.beans</artifactId>
+               </dependency>
+
+               <!--
+                       <dependency> <groupId>org.argeo.slc.runtime</groupId>
+                       <artifactId>org.argeo.slc.support.ant</artifactId> </dependency>
+               <dependency>
+                       <groupId>org.argeo.dep.osgi</groupId>
+                       <artifactId>org.argeo.dep.osgi.maven.embedder</artifactId>
+                       <version>2.0.4.argeo.1-SNAPSHOT</version>
+               </dependency>
+               -->
+
+               <dependency>
+                       <groupId>org.apache.commons</groupId>
+                       <artifactId>com.springsource.org.apache.commons.logging</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.commons</groupId>
+                       <artifactId>com.springsource.org.apache.commons.io</artifactId>
+               </dependency>
+               <!--
+                       <dependency> <groupId>org.apache.maven</groupId>
+                       <artifactId>maven-embedder</artifactId> <version>2.0.4</version>
+                       <optional>true</optional> <exclusions> <exclusion>
+                       <groupId>commons-logging</groupId>
+                       <artifactId>commons-logging</artifactId> </exclusion> </exclusions>
+                       </dependency>
+               -->
        </dependencies>
 </project>