[maven-release-plugin] prepare release wamblee-utils-0.2.2
[utils] / security / jpatest / pom.xml
index 8d0e3d1d2f4108e4d4c55a87b41bea0131bec7c8..8f6c80316c7279d181308f97dbb8a66a6bf36d40 100644 (file)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.wamblee</groupId>
     <artifactId>wamblee-utils</artifactId>
-    <version>0.2.2-SNAPSHOT</version>
+    <version>0.2.2</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <dependencies>
 
     <dependency>
-      <groupId>org.wamblee</groupId>
-      <artifactId>wamblee-support-general</artifactId>
-      <version>0.2.2-SNAPSHOT</version>
-    </dependency>
-    <dependency>
-      <groupId>org.wamblee</groupId>
-      <artifactId>wamblee-support-general</artifactId>
-      <type>test-jar</type>
-      <version>0.2.2-SNAPSHOT</version>
-    </dependency>
-    <dependency>
-      <groupId>org.wamblee</groupId>
-      <artifactId>wamblee-test-enterprise</artifactId>
-      <version>0.2.2-SNAPSHOT</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.wamblee</groupId>
-      <artifactId>wamblee-system-spring</artifactId>
-      <version>0.2.2-SNAPSHOT</version>
+      <groupId>org.hibernate</groupId>
+      <artifactId>hibernate-entitymanager</artifactId>
+      <version>3.5.0-Final</version>
+      <exclusions>
+        <exclusion>
+          <groupId>javax.transaction</groupId>
+          <artifactId>jta</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.wamblee</groupId>
-      <artifactId>wamblee-system-spring</artifactId>
-      <type>test-jar</type>
-      <version>0.2.2-SNAPSHOT</version>
+      <artifactId>wamblee-security-impl</artifactId>
+      <version>0.2.2</version>
     </dependency>
     <dependency>
       <groupId>org.wamblee</groupId>
-      <artifactId>wamblee-system-general</artifactId>
+      <artifactId>wamblee-security-impl</artifactId>
+      <version>0.2.2</version>
       <type>test-jar</type>
-      <version>0.2.2-SNAPSHOT</version>
-    </dependency>
-    <dependency>
-      <groupId>org.wamblee</groupId>
-      <artifactId>wamblee-support-spring</artifactId>
-      <version>0.2.2-SNAPSHOT</version>
+      <scope>test</scope>
     </dependency>
+   
     <dependency>
       <groupId>org.wamblee</groupId>
-      <artifactId>wamblee-support-spring</artifactId>
-      <type>test-jar</type>
-      <version>0.2.2-SNAPSHOT</version>
+      <artifactId>wamblee-test-enterprise</artifactId>
+      <version>0.2.2</version>
+      <scope>test</scope>
     </dependency>
-
     <dependency>
       <groupId>org.wamblee</groupId>
-      <artifactId>wamblee-hibernate-jpa</artifactId>
-      <version>0.2.2-SNAPSHOT</version>
-    </dependency>
-
-    <dependency>
-      <groupId>commons-codec</groupId>
-      <artifactId>commons-codec</artifactId>
-    </dependency>
-
-    <dependency>
-      <groupId>org.springframework</groupId>
-      <artifactId>spring-beans</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.springframework</groupId>
-      <artifactId>spring-hibernate3</artifactId>
-      <exclusions>
-        <exclusion>
-          <groupId>org.hibernate</groupId>
-          <artifactId>hibernate</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
-    <dependency>
-      <groupId>org.springframework</groupId>
-      <artifactId>spring-aop</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>javax.transaction</groupId>
-      <artifactId>transaction-api</artifactId>
-      <version>1.1</version>
+      <artifactId>wamblee-test-hibernate</artifactId>
+      <version>0.2.2</version>
       <scope>test</scope>
     </dependency>
-
+  
   </dependencies>
 
+  <repositories>
+    <repository>
+      <id>jboss</id>
+      <name>JBoss Repo</name>
+      <url>http://repository.jboss.org/maven2</url>
+    </repository>
+  </repositories>
+
 </project>