]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.agent/pom.xml
Move org.argeo.slc.server
[gpl/argeo-slc.git] / org.argeo.slc.agent / pom.xml
index c9f75145ebb46fae850dc811bb34fc4b079a5f34..396598180818deb58d81928eedbc3fb8b6d93176 100644 (file)
                                                        org.argeo.slc.*
                                                </Export-Package>
                                                <Import-Package>*,org.argeo.slc.core.test.spring,org.apache.commons.cli;resolution:=optional</Import-Package>
-                                               <!--
-                                                       <Embed-Dependency>ant*</Embed-Dependency>
-                                                       <Embed-Directory>target/dependency</Embed-Directory>
-                                                       <Embed-StripGroup>true</Embed-StripGroup>
-                                               -->
                                        </instructions>
                                </configuration>
                        </plugin>
-                       <!--
-                               <plugin> <artifactId>maven-dependency-plugin</artifactId>
-                               <executions> <execution> <id>copy-dependencies</id>
-                               <phase>process-resources</phase> <goals>
-                               <goal>copy-dependencies</goal> </goals> </execution> </executions>
-                               </plugin>
-                       -->
                </plugins>
        </build>
        <dependencies>
                </dependency>
 
                <dependency>
-                       <groupId>org.apache.ant</groupId>
-                       <artifactId>com.springsource.org.apache.tools.ant</artifactId>
-               </dependency>
-               <!--
-                       <dependency> <groupId>org.apache.ant</groupId>
-                       <artifactId>ant</artifactId> </dependency>
-               -->
-               <dependency>
-                       <groupId>org.apache.ant</groupId>
-                       <artifactId>ant-commons-logging</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.ant</groupId>
-                       <artifactId>ant-commons-net</artifactId>
+                       <groupId>org.argeo.dep.osgi</groupId>
+                       <artifactId>org.argeo.dep.osgi.ant</artifactId>
                </dependency>
+
                <dependency>
-                       <groupId>org.apache.ant</groupId>
-                       <artifactId>ant-apache-oro</artifactId>
+                       <groupId>org.apache.commons</groupId>
+                       <artifactId>com.springsource.org.apache.commons.net</artifactId>
                </dependency>
                <dependency>
-                       <groupId>org.apache.ant</groupId>
-                       <artifactId>ant-apache-bsf</artifactId>
+                       <groupId>org.apache.oro</groupId>
+                       <artifactId>com.springsource.org.apache.oro</artifactId>
                </dependency>
+
                <dependency>
-                       <groupId>commons-net</groupId>
-                       <artifactId>commons-net</artifactId>
+                       <groupId>org.apache.bsf</groupId>
+                       <artifactId>com.springsource.org.apache.bsf</artifactId>
                </dependency>
                <dependency>
-                       <groupId>oro</groupId>
-                       <artifactId>oro</artifactId>
+                       <groupId>org.beanshell</groupId>
+                       <artifactId>com.springsource.bsh</artifactId>
                </dependency>
+
                <!--
                        <dependency> <groupId>org.apache.maven</groupId>
                        <artifactId>maven-embedder</artifactId> </dependency> <dependency>
                        <artifactId>maven-settings</artifactId> </dependency>
                -->
                <dependency>
-                       <groupId>commons-cli</groupId>
-                       <artifactId>commons-cli</artifactId>
+                       <groupId>org.argeo.dep.osgi</groupId>
+                       <artifactId>org.argeo.dep.osgi.commons.cli</artifactId>
                </dependency>
 
        </dependencies>