]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - demo/pom.xml
Restructure modules
[gpl/argeo-slc.git] / demo / pom.xml
index e95ded53f63685ba374876fb46b61d4fb356671f..6e0b28bfc2099fc3b252b40add016bcc052b7164 100644 (file)
@@ -17,7 +17,7 @@
        <build>
                <plugins>
                        <plugin>
-                               <groupId>org.argeo.slc.maven</groupId>
+                               <groupId>org.argeo.maven.plugins</groupId>
                                <artifactId>maven-argeo-osgi-plugin</artifactId>
                                <version>${version.maven-argeo-osgi}</version>
                                <configuration>
                        <groupId>org.argeo.slc.runtime</groupId>
                        <artifactId>org.argeo.slc.osgiboot</artifactId>
                </dependency>
+
+               <dependency>
+                       <groupId>org.argeo.slc.dep</groupId>
+                       <artifactId>org.argeo.slc.dep.agent</artifactId>
+                       <version>${project.version}</version>
+               </dependency>
+
+               <!-- Unit Tests -->
+               <dependency>
+                       <groupId>org.argeo.slc.runtime</groupId>
+                       <artifactId>org.argeo.slc.unit</artifactId>
+                       <scope>test</scope>
+               </dependency>
+
        </dependencies>
 
        <profiles>
@@ -77,7 +91,7 @@
                        <build>
                                <plugins>
                                        <plugin>
-                                               <groupId>org.argeo.slc.maven</groupId>
+                                               <groupId>org.argeo.maven.plugins</groupId>
                                                <artifactId>maven-argeo-osgi-plugin</artifactId>
                                                <configuration>
                                                        <execDir>target/exec/server</execDir>
                        <build>
                                <plugins>
                                        <plugin>
-                                               <groupId>org.argeo.slc.maven</groupId>
+                                               <groupId>org.argeo.maven.plugins</groupId>
                                                <artifactId>maven-argeo-osgi-plugin</artifactId>
                                                <configuration>
                                                        <execDir>target/exec/agent</execDir>
                                        <artifactId>org.argeo.slc.dep.agent</artifactId>
                                        <version>${project.version}</version>
                                </dependency>
+                               <dependency>
+                                       <groupId>org.argeo.slc.runtime</groupId>
+                                       <artifactId>org.argeo.slc.support.ant</artifactId>
+                                       <version>${project.version}</version>
+                               </dependency>
                        </dependencies>
                </profile>
                <profile>
                        <build>
                                <plugins>
                                        <plugin>
-                                               <groupId>org.argeo.slc.maven</groupId>
+                                               <groupId>org.argeo.maven.plugins</groupId>
                                                <artifactId>maven-argeo-osgi-plugin</artifactId>
                                                <configuration>
                                                        <execDir>target/exec/server</execDir>