]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.spring/pom.xml
Continue to remove dependencies with Spring.
[gpl/argeo-slc.git] / org.argeo.slc.spring / pom.xml
index 29ba3cf979ea5e73cc79ea5774153d18cb5f6a8d..368124cc2cf6519378f0e5c8b120b7d5b97c7303 100644 (file)
        </parent>
        <artifactId>org.argeo.slc.spring</artifactId>
        <name>SLC Spring Runtime</name>
-       <build>
-               <plugins>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-surefire-plugin</artifactId>
-                               <configuration>
-                                       <skipTests>true</skipTests>
-                               </configuration>
-                       </plugin>
-               </plugins>
-       </build>
        <dependencies>
                <!-- Commons -->
                <dependency>
@@ -30,7 +19,7 @@
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
-                       <artifactId>org.argeo.node.api</artifactId>
+                       <artifactId>org.argeo.api</artifactId>
                        <version>${version.argeo-commons}</version>
                </dependency>
                <dependency>
                        <version>${version.argeo-commons}</version>
                </dependency>
 
+               <!-- Commons -->
+               <dependency>
+                       <groupId>org.argeo.commons</groupId>
+                       <artifactId>org.argeo.osgi.boot</artifactId>
+                       <version>${version.argeo-commons}</version>
+                       <scope>provided</scope>
+               </dependency>
+
                <!-- SLC -->
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.api</artifactId>
                        <version>2.1.17-SNAPSHOT</version>
                </dependency>
+               <dependency>
+                       <groupId>org.argeo.slc</groupId>
+                       <artifactId>org.argeo.slc.jcr</artifactId>
+                       <version>2.1.17-SNAPSHOT</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.argeo.slc</groupId>
+                       <artifactId>org.argeo.slc.repo</artifactId>
+                       <version>2.1.17-SNAPSHOT</version>
+               </dependency>
 
                <!-- Spring -->
                <dependency>
                        <groupId>org.argeo.tp.spring</groupId>
                        <artifactId>org.springframework.context</artifactId>
                </dependency>
+               <dependency>
+                       <groupId>org.argeo.tp.spring</groupId>
+                       <artifactId>org.springframework.expression</artifactId>
+               </dependency>
                <dependency>
                        <groupId>org.argeo.tp.spring</groupId>
                        <artifactId>org.springframework.aop</artifactId>
@@ -87,6 +98,5 @@
                        <groupId>org.argeo.tp.apache.ant</groupId>
                        <artifactId>org.apache.ant</artifactId>
                </dependency>
-
        </dependencies>
 </project>
\ No newline at end of file