]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.hibernate/pom.xml
[maven-release-plugin] copy for tag argeo-slc-all-0.9.4
[gpl/argeo-slc.git] / org.argeo.slc.hibernate / pom.xml
index 5b29d1f0f0e9140b53c066343f0ace00a7715636..e10189b8233405c310dc5ce14f3c8c95e334b0a3 100644 (file)
@@ -1,24 +1,17 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>0.9-SNAPSHOT</version>
+               <version>0.9.4</version>
                <relativePath>../org.argeo.slc</relativePath>
        </parent>
        <artifactId>argeo-slc-hibernate</artifactId>
        <name>Argeo SLC Hibernate</name>
        <scm>
-               <connection>
-                       scm:svn:https://www.argeo.org/svn/slc/trunk/org.argeo.slc.hibernate
-               </connection>
-               <url>
-                       https://www.argeo.org/svn/slc/trunk/org.argeo.slc.hibernate
-               </url>
-       </scm>
+               <connection>scm:svn:https://www.argeo.org/svn/slc/tags/argeo-slc-all-0.9.4/org.argeo.slc.hibernate</connection>
+         <url>https://www.argeo.org/svn/slc/tags/argeo-slc-all-0.9.4/org.argeo.slc.hibernate</url>
+  </scm>
        <build>
                <plugins>
                        <!-- Look to parent pom for inheritances -->
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-surefire-plugin</artifactId>
-                               <configuration>
-                                       <excludes>
-                                               <exclude>**/*IntegrationTest*.java</exclude>
-                                       </excludes>
-                               </configuration>
                        </plugin>
                </plugins>
        </build>
                        <artifactId>argeo-slc-core</artifactId>
                        <version>${project.version}</version>
                </dependency>
-               
+
                <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>
 
-               <dependency>
-                       <groupId>org.springframework</groupId>
-                       <artifactId>spring-context</artifactId>
-               </dependency>
                <dependency>
                        <groupId>org.springframework</groupId>
                        <artifactId>spring-orm</artifactId>
                        <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>
+                       <groupId>org.springframework</groupId>
+                       <artifactId>spring-context-support</artifactId>
                </dependency>
 
-               <dependency>
-                       <groupId>org.apache.commons</groupId>
-                       <artifactId>commons-io</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.dbunit</groupId>
-                       <artifactId>dbunit</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>junit</groupId>
-                       <artifactId>junit</artifactId>
-               </dependency>
                <dependency>
                        <groupId>hsqldb</groupId>
                        <artifactId>hsqldb</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>xalan</groupId>
-                       <artifactId>xalan</artifactId>
+                       <scope>testing</scope>
                </dependency>
        </dependencies>
 </project>
\ No newline at end of file