]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.core/pom.xml
Change site config
[gpl/argeo-slc.git] / org.argeo.slc.core / pom.xml
index 54eecc2f5e547202056b7413c57c9e0a5c261ddd..b46e8a7a0faf20f83589265c2587846d9ecf73a7 100644 (file)
@@ -6,7 +6,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>0.8.3</version>
+               <version>0.9-SNAPSHOT</version>
                <relativePath>../org.argeo.slc</relativePath>
        </parent>
        <artifactId>argeo-slc-core</artifactId>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-compiler-plugin</artifactId>
-                       </plugin>
+                       </plugin>\r
                        <plugin>
                                <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>
                                                </goals>
                                        </execution>
                                </executions>
-                       </plugin>
+                       </plugin>\r
+                       <plugin>\r
+                               <groupId>org.apache.maven.plugins</groupId>\r
+                               <artifactId>maven-surefire-plugin</artifactId>\r
+                               <configuration>\r
+                                       <excludes>\r
+                                               <exclude>**/*IntegrationTest*.java</exclude>\r
+                                       </excludes>\r
+                               </configuration>\r
+                       </plugin>\r
                </plugins>
        </build>
        <dependencies>
@@ -67,7 +72,8 @@
                <dependency>
                        <groupId>org.hibernate</groupId>
                        <artifactId>hibernate</artifactId>
-               </dependency>
+               </dependency>\r
+               
                <dependency>
                        <groupId>org.springframework</groupId>
                        <artifactId>spring-context</artifactId>
                <dependency>
                        <groupId>org.springframework</groupId>
                        <artifactId>spring-jdbc</artifactId>
-               </dependency>
+               </dependency>\r
+                               <dependency>\r
+                       <groupId>org.springframework.ws</groupId>\r
+                       <artifactId>spring-ws-core</artifactId>\r
+               </dependency>\r
+               <dependency>\r
+                       <groupId>org.springframework.ws</groupId>\r
+                       <artifactId>spring-oxm</artifactId>\r
+               </dependency>\r
+\r
+               <dependency>\r
+                       <groupId>org.codehaus.castor</groupId>\r
+                       <artifactId>castor</artifactId>\r
+               </dependency>\r
+               <dependency>\r
+                       <groupId>xerces</groupId>\r
+                       <artifactId>xercesImpl</artifactId>\r
+               </dependency>\r
+\r
+               <dependency>\r
+                       <groupId>javax.xml.soap</groupId>\r
+                       <artifactId>saaj-api</artifactId>\r
+               </dependency>\r
+               <dependency>\r
+                       <groupId>com.sun.xml.messaging.saaj</groupId>\r
+                       <artifactId>saaj-impl</artifactId>\r
+               </dependency>\r
+               
                <dependency>
                        <groupId>org.apache.ant</groupId>
                        <artifactId>ant</artifactId>