[seam-commits] Seam SVN: r15499 - branches/enterprise/WFK-2_1/bom.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Fri May 10 10:21:07 EDT 2013
Author: manaRH
Date: 2013-05-10 10:21:06 -0400 (Fri, 10 May 2013)
New Revision: 15499
Modified:
branches/enterprise/WFK-2_1/bom/pom.xml
Log:
re-format the seam bom content
Modified: branches/enterprise/WFK-2_1/bom/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/bom/pom.xml 2013-05-10 13:26:51 UTC (rev 15498)
+++ branches/enterprise/WFK-2_1/bom/pom.xml 2013-05-10 14:21:06 UTC (rev 15499)
@@ -1,4 +1,5 @@
-<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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.seam</groupId>
@@ -31,17 +32,17 @@
<properties>
<!-- Version string properties -->
- <version.seam>2.3.1.Final-redhat-2</version.seam>
+ <version.seam>2.3.1.Final-redhat-2</version.seam>
<version.drools>5.3.0.BRMS</version.drools>
<version.resteasy>2.3.4.Final-redhat-2</version.resteasy>
<version.spring>3.1.4.RELEASE</version.spring>
<version.jbossas7>7.1.1.Final</version.jbossas7>
<version.jsf2>2.1.13-redhat-1</version.jsf2>
-<!-- <version.webdriver>0.9.7376</version.webdriver> -->
- <version.infinispan>5.1.8.Final-redhat-1</version.infinispan>
- <version.junit>4.10</version.junit>
- <version.testng>5.14.10</version.testng>
- <version.org.jboss.bom>1.0.4.Final-redhat-wfk-1</version.org.jboss.bom>
+ <!-- <version.webdriver>0.9.7376</version.webdriver> -->
+ <version.infinispan>5.1.8.Final-redhat-1</version.infinispan>
+ <version.junit>4.10</version.junit>
+ <version.testng>5.14.10</version.testng>
+ <version.org.jboss.bom>1.0.4.Final-redhat-wfk-1</version.org.jboss.bom>
<!-- ***************** -->
<!-- Repository Deployment URLs -->
<!-- ***************** -->
@@ -57,51 +58,51 @@
<dependencies>
<dependency>
- <groupId>org.jboss.bom</groupId>
- <artifactId>jboss-javaee-6.0-with-hibernate</artifactId>
- <version>${version.org.jboss.bom}</version>
- <type>pom</type>
- <scope>import</scope>
+ <groupId>org.jboss.bom</groupId>
+ <artifactId>jboss-javaee-6.0-with-hibernate</artifactId>
+ <version>${version.org.jboss.bom}</version>
+ <type>pom</type>
+ <scope>import</scope>
</dependency>
-
+
<dependency>
- <groupId>org.jboss.bom</groupId>
+ <groupId>org.jboss.bom</groupId>
<artifactId>jboss-javaee-6.0-with-tools</artifactId>
- <version>${version.org.jboss.bom}</version>
+ <version>${version.org.jboss.bom}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
-
+
<dependency>
- <groupId>org.jboss.bom</groupId>
+ <groupId>org.jboss.bom</groupId>
<artifactId>jboss-javaee-6.0-with-richfaces</artifactId>
- <version>${version.org.jboss.bom}</version>
+ <version>${version.org.jboss.bom}</version>
<type>pom</type>
<scope>import</scope>
- </dependency>
-
- <!-- managed hibernate-commons-annotations here to overwrite usage
- of other versions in transitive deps -->
- <dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-commons-annotations</artifactId>
- <version>3.2.0.Final-redhat-2</version>
- </dependency>
-
+ </dependency>
+
+ <!-- managed hibernate-commons-annotations here to overwrite usage of
+ other versions in transitive deps -->
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-commons-annotations</artifactId>
+ <version>3.2.0.Final-redhat-2</version>
+ </dependency>
+
<!-- not supported shrinkwrap artifacts -->
<dependency>
- <groupId>org.jboss.shrinkwrap.resolver</groupId>
- <artifactId>shrinkwrap-resolver-impl-maven</artifactId>
- <version>1.0.0-beta-5</version>
- </dependency>
-
- <dependency>
- <groupId>org.jboss.shrinkwrap.resolver</groupId>
- <artifactId>shrinkwrap-resolver-api-maven</artifactId>
- <version>1.0.0-beta-5</version>
- </dependency>
-
+ <groupId>org.jboss.shrinkwrap.resolver</groupId>
+ <artifactId>shrinkwrap-resolver-impl-maven</artifactId>
+ <version>1.0.0-beta-5</version>
+ </dependency>
+
<dependency>
+ <groupId>org.jboss.shrinkwrap.resolver</groupId>
+ <artifactId>shrinkwrap-resolver-api-maven</artifactId>
+ <version>1.0.0-beta-5</version>
+ </dependency>
+
+ <dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam</artifactId>
<version>${version.seam}</version>
@@ -149,7 +150,7 @@
<artifactId>jboss-seam-ui</artifactId>
<version>${version.seam}</version>
</dependency>
-
+
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-debug</artifactId>
@@ -162,7 +163,7 @@
<version>${version.seam}</version>
</dependency>
- <!-- thirdparty dependencies -->
+ <!-- thirdparty dependencies -->
<dependency>
<groupId>antlr</groupId>
<artifactId>antlr</artifactId>
@@ -353,7 +354,7 @@
<dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
- <version>1.4.2</version>
+ <version>1.4.2</version>
</dependency>
<dependency>
@@ -497,7 +498,7 @@
</exclusion>
</exclusions>
</dependency>
-
+
<dependency>
<groupId>org.drools</groupId>
<artifactId>knowledge-api</artifactId>
@@ -550,71 +551,71 @@
<version>1.6.5</version>
</dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-beans</artifactId>
- <version>${version.spring}</version>
- </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-beans</artifactId>
+ <version>${version.spring}</version>
+ </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-aop</artifactId>
- <version>${version.spring}</version>
- </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-aop</artifactId>
+ <version>${version.spring}</version>
+ </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-core</artifactId>
- <version>${version.spring}</version>
- </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-core</artifactId>
+ <version>${version.spring}</version>
+ </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-context</artifactId>
- <version>${version.spring}</version>
- </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-context</artifactId>
+ <version>${version.spring}</version>
+ </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-context-support</artifactId>
- <version>${version.spring}</version>
- </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-context-support</artifactId>
+ <version>${version.spring}</version>
+ </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-tx</artifactId>
- <version>${version.spring}</version>
- </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-tx</artifactId>
+ <version>${version.spring}</version>
+ </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-jdbc</artifactId>
- <version>${version.spring}</version>
- </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-jdbc</artifactId>
+ <version>${version.spring}</version>
+ </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-orm</artifactId>
- <version>${version.spring}</version>
- </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-orm</artifactId>
+ <version>${version.spring}</version>
+ </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-jms</artifactId>
- <version>${version.spring}</version>
- </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-jms</artifactId>
+ <version>${version.spring}</version>
+ </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-web</artifactId>
- <version>${version.spring}</version>
- </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-web</artifactId>
+ <version>${version.spring}</version>
+ </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-webmvc</artifactId>
- <version>${version.spring}</version>
- </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-webmvc</artifactId>
+ <version>${version.spring}</version>
+ </dependency>
<dependency>
<groupId>cglib</groupId>
@@ -675,38 +676,38 @@
</exclusion>
</exclusions>
</dependency>
- <dependency>
- <groupId>com.google.code.guice</groupId>
- <artifactId>guice</artifactId>
- <version>1.0</version>
- </dependency>
+ <dependency>
+ <groupId>com.google.code.guice</groupId>
+ <artifactId>guice</artifactId>
+ <version>1.0</version>
+ </dependency>
- <!-- rewriting version in pom -->
+ <!-- rewriting version in pom -->
<dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpclient</artifactId>
- <version>4.1.3</version>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpclient</artifactId>
+ <version>4.1.3</version>
</dependency>
-
+
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>2.9.1-redhat-3</version>
</dependency>
-
+
<dependency>
<groupId>org.openid4java</groupId>
<artifactId>openid4java-consumer</artifactId>
<version>0.9.6</version>
<type>pom</type>
</dependency>
-
+
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-servlet</artifactId>
<version>1.5.2</version>
</dependency>
-
+
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-user</artifactId>
@@ -794,37 +795,37 @@
<artifactId>junit</artifactId>
<version>${version.junit}</version>
</dependency>
-
+
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-server</artifactId>
<version>2.25.0</version>
</dependency>
-
+
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>2.25.0</version>
</dependency>
-
+
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>functional-tests</artifactId>
<version>${version.seam}</version>
<scope>test</scope>
- </dependency>
-
+ </dependency>
+
<dependency>
<groupId>commons-digester</groupId>
<artifactId>commons-digester</artifactId>
<version>2.1</version>
</dependency>
-
+
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
<version>1.2.1</version>
- </dependency>
+ </dependency>
<dependency>
<groupId>org.codehaus.jettison</groupId>
@@ -836,13 +837,13 @@
<artifactId>stax-api</artifactId>
</exclusion>
</exclusions>
- </dependency>
+ </dependency>
<dependency>
<groupId>com.sun.faces</groupId>
<artifactId>jsf-impl</artifactId>
<version>${version.jsf2}</version>
- </dependency>
+ </dependency>
<dependency>
<groupId>org.jboss.as</groupId>
@@ -855,24 +856,24 @@
<artifactId>jboss-as-arquillian-container-remote</artifactId>
<version>${version.jbossas7}</version>
</dependency>
-
- <dependency>
- <groupId>org.infinispan</groupId>
- <artifactId>infinispan-core</artifactId>
- <version>${version.infinispan}</version>
- </dependency>
-
- <dependency>
- <groupId>org.infinispan</groupId>
- <artifactId>infinispan-tree</artifactId>
- <version>${version.infinispan}</version>
- </dependency>
-
- <dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpmime</artifactId>
- <version>4.2.2</version>
- </dependency>
+
+ <dependency>
+ <groupId>org.infinispan</groupId>
+ <artifactId>infinispan-core</artifactId>
+ <version>${version.infinispan}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.infinispan</groupId>
+ <artifactId>infinispan-tree</artifactId>
+ <version>${version.infinispan}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpmime</artifactId>
+ <version>4.2.2</version>
+ </dependency>
</dependencies>
</dependencyManagement>
More information about the seam-commits
mailing list