You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rm...@apache.org on 2015/01/09 11:24:40 UTC

tomee git commit: TOMEE-1490 cleaning up the pom

Repository: tomee
Updated Branches:
  refs/heads/tomee-1.7.x 12334ec61 -> b9b100865


TOMEE-1490 cleaning up the pom


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/b9b10086
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/b9b10086
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/b9b10086

Branch: refs/heads/tomee-1.7.x
Commit: b9b100865aae0cfaef3598657ca85f92ea3bd224
Parents: 12334ec
Author: Romain Manni-Bucau <rm...@apache.org>
Authored: Fri Jan 9 11:24:34 2015 +0100
Committer: Romain Manni-Bucau <rm...@apache.org>
Committed: Fri Jan 9 11:24:34 2015 +0100

----------------------------------------------------------------------
 examples/cdi-realm/pom.xml | 18 +++---------------
 1 file changed, 3 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/b9b10086/examples/cdi-realm/pom.xml
----------------------------------------------------------------------
diff --git a/examples/cdi-realm/pom.xml b/examples/cdi-realm/pom.xml
index b367bb4..11eb457 100644
--- a/examples/cdi-realm/pom.xml
+++ b/examples/cdi-realm/pom.xml
@@ -26,7 +26,7 @@
   <name>OpenEJB :: Examples :: CDI Realm</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <tomee.version>2.0.0-SNAPSHOT</tomee.version>
+    <tomee.version>1.7.2-SNAPSHOT</tomee.version>
   </properties>
   <build>
     <defaultGoal>install</defaultGoal>
@@ -66,7 +66,7 @@
     <dependency>
       <groupId>org.apache.openejb</groupId>
       <artifactId>javaee-api</artifactId>
-      <version>7.0-SNAPSHOT</version>
+      <version>6.0-6</version>
       <scope>provided</scope>
     </dependency>
 
@@ -85,7 +85,7 @@
     <dependency>
       <groupId>org.apache.openejb</groupId>
       <artifactId>arquillian-tomee-remote</artifactId>
-      <version>1.7.2-SNAPSHOT</version>
+     <version>${tomee.version}</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -94,18 +94,6 @@
       <version>4.3.6</version>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>org.apache.openejb</groupId>
-      <artifactId>tomee-catalina</artifactId>
-      <version>1.7.2-SNAPSHOT</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.tomcat</groupId>
-      <artifactId>tomcat-catalina</artifactId>
-      <version>7.0.57</version>
-      <scope>provided</scope>
-    </dependency>
   </dependencies>
 
   <!-- This section allows you to configure where to publish libraries for