]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.launcher/pom.xml
Restructure execution packages
[gpl/argeo-slc.git] / runtime / org.argeo.slc.launcher / pom.xml
index 97b5ab3ebda8ff3715231af343814491534b61b1..364223c10201c57cb7b99759c049d9b04b0643d3 100644 (file)
                                        </instructions>
                                </configuration>
                        </plugin>
-                       <plugin>
-                               <groupId>org.codehaus.mojo</groupId>
-                               <artifactId>exec-maven-plugin</artifactId>
-                               <version>1.1-beta-1</version>
-                               <configuration>
-                                       <mainClass>org.argeo.slc.cli.SlcMain</mainClass>
-                               </configuration>
-                       </plugin>
                </plugins>
        </build>
        <dependencies>
                <dependency>
                        <groupId>org.argeo.slc.runtime</groupId>
                        <artifactId>org.argeo.slc.support.simple</artifactId>
-                       <version>${project.version}</version>
                </dependency>
 
                <dependency>
                        <artifactId>org.argeo.dep.osgi.commons.cli</artifactId>
                </dependency>
 
-               <!-- TESTING -->
-               <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
-                       <artifactId>org.argeo.slc.support.activemq</artifactId>
-                       <version>${project.version}</version>
-                       <scope>testing</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
-                       <artifactId>org.argeo.slc.support.castor</artifactId>
-                       <version>${project.version}</version>
-                       <scope>testing</scope>
-               </dependency>
-
        </dependencies>
 </project>
\ No newline at end of file