You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2015/04/22 13:11:06 UTC

svn commit: r1675330 - /myfaces/tobago/trunk/tobago-example/pom.xml

Author: lofwyr
Date: Wed Apr 22 11:11:05 2015
New Revision: 1675330

URL: http://svn.apache.org/r1675330
Log:
update TomEE to 1.7.1

Modified:
    myfaces/tobago/trunk/tobago-example/pom.xml

Modified: myfaces/tobago/trunk/tobago-example/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/pom.xml?rev=1675330&r1=1675329&r2=1675330&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-example/pom.xml Wed Apr 22 11:11:05 2015
@@ -60,10 +60,12 @@
         <!-- usage: mvn clean package tomee:run -Djsf=provided -->
         <groupId>org.apache.openejb.maven</groupId>
         <artifactId>tomee-maven-plugin</artifactId>
-        <version>1.0.0</version>
+        <version>1.7.1</version>
         <configuration>
-          <tomeeVersion>1.5.0</tomeeVersion>
+          <tomeeVersion>1.7.1</tomeeVersion>
           <tomeeClassifier>plus</tomeeClassifier>
+          <!--<tomeeHttpPort>9090</tomeeHttpPort>-->
+          <!--<context>/demo</context>-->
         </configuration>
       </plugin>
 
@@ -434,5 +436,26 @@
       </plugins>
       </build>
     </profile>
+
+<!-- TBD: be needed for which cases?
+    <profile>
+      <id>303off</id>
+      <dependencies>
+        <dependency>
+          <groupId>javax.validation</groupId>
+          <artifactId>validation-api</artifactId>
+          <version>1.0.0.GA</version>
+          <scope>provided</scope>
+        </dependency>
+        <dependency>
+          <groupId>org.hibernate</groupId>
+          <artifactId>hibernate-validator</artifactId>
+          <version>4.2.0.Final</version>
+          <scope>provided</scope>
+        </dependency>
+      </dependencies>
+    </profile>
+-->
+
   </profiles>
 </project>