]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.core/pom.xml
Migrate deploy developments to main project
[gpl/argeo-slc.git] / org.argeo.slc.core / pom.xml
index 26de4b1d822c15fa83ab66d5170da26173e380c9..6eecd543cb1b43de619da12363fff7f7527ea700 100644 (file)
@@ -6,7 +6,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>0.8-SNAPSHOT</version>
+               <version>0.9-SNAPSHOT</version>
                <relativePath>../org.argeo.slc</relativePath>
        </parent>
        <artifactId>argeo-slc-core</artifactId>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-source-plugin</artifactId>
                        </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-javadoc-plugin</artifactId>
-                       </plugin>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-assembly-plugin</artifactId>
                                        </execution>
                                </executions>
                        </plugin>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-surefire-plugin</artifactId>
+                               <configuration>
+                                       <excludes>
+                                               <exclude>**/*IntegrationTest*.java</exclude>
+                                       </excludes>
+                               </configuration>
+                       </plugin>
                </plugins>
        </build>
        <dependencies>
@@ -68,6 +73,7 @@
                        <groupId>org.hibernate</groupId>
                        <artifactId>hibernate</artifactId>
                </dependency>
+
                <dependency>
                        <groupId>org.springframework</groupId>
                        <artifactId>spring-context</artifactId>
                        <groupId>org.springframework</groupId>
                        <artifactId>spring-jdbc</artifactId>
                </dependency>
+               <dependency>
+                       <groupId>org.springframework.ws</groupId>
+                       <artifactId>spring-ws-core</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.springframework.ws</groupId>
+                       <artifactId>spring-oxm</artifactId>
+               </dependency>
+
+               <dependency>
+                       <groupId>org.codehaus.castor</groupId>
+                       <artifactId>castor</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>xerces</groupId>
+                       <artifactId>xercesImpl</artifactId>
+               </dependency>
+
+               <dependency>
+                       <groupId>javax.xml.soap</groupId>
+                       <artifactId>saaj-api</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>com.sun.xml.messaging.saaj</groupId>
+                       <artifactId>saaj-impl</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>javax.activation</groupId>
+                       <artifactId>activation</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.commons</groupId>
                        <artifactId>commons-io</artifactId>
                        <groupId>hsqldb</groupId>
                        <artifactId>hsqldb</artifactId>
                </dependency>
+               <dependency>
+                       <groupId>xalan</groupId>
+                       <artifactId>xalan</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.maven</groupId>
+                       <artifactId>maven-embedder</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.maven</groupId>
+                       <artifactId>maven-settings</artifactId>
+               </dependency>
+
        </dependencies>
 </project>
\ No newline at end of file