]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.core/pom.xml
Update version flags
[gpl/argeo-slc.git] / org.argeo.slc.core / pom.xml
index cd57095c2074c257fc7464584047ac432da2cbe5..ff10e62f89829e0586e7415c7df8d2ea880c34eb 100644 (file)
@@ -6,7 +6,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>0.9-SNAPSHOT</version>
+               <version>0.9.2</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>\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>
+                               <artifactId>maven-source-plugin</artifactId>
                        </plugin>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                                </goals>
                                        </execution>
                                </executions>
-                       </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
+                       </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>
-               <dependency>
-                       <groupId>javax.transaction</groupId>
-                       <artifactId>jta</artifactId>
-               </dependency>
                <dependency>
                        <groupId>log4j</groupId>
                        <artifactId>log4j</artifactId>
                </dependency>
-               <dependency>
-                       <groupId>org.hibernate</groupId>
-                       <artifactId>hibernate</artifactId>
-               </dependency>\r
-               
+
                <dependency>
                        <groupId>org.springframework</groupId>
                        <artifactId>spring-context</artifactId>
                </dependency>
                <dependency>
-                       <groupId>org.springframework</groupId>
-                       <artifactId>spring-orm</artifactId>
+                       <groupId>org.springframework.ws</groupId>
+                       <artifactId>spring-oxm</artifactId>
                </dependency>
+
                <dependency>
-                       <groupId>org.springframework</groupId>
-                       <artifactId>spring-jdbc</artifactId>
-               </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
-               
+                       <groupId>org.codehaus.castor</groupId>
+                       <artifactId>castor</artifactId>
+               </dependency>
                <dependency>
-                       <groupId>org.apache.ant</groupId>
-                       <artifactId>ant</artifactId>
+                       <groupId>xerces</groupId>
+                       <artifactId>xercesImpl</artifactId>
                </dependency>
+
                <dependency>
                        <groupId>org.apache.commons</groupId>
                        <artifactId>commons-io</artifactId>
                        <artifactId>junit</artifactId>
                </dependency>
                <dependency>
-                       <groupId>hsqldb</groupId>
-                       <artifactId>hsqldb</artifactId>
+                       <groupId>xalan</groupId>
+                       <artifactId>xalan</artifactId>
                </dependency>
        </dependencies>
 </project>
\ No newline at end of file