Skip to content
This repository has been archived by the owner on Apr 8, 2019. It is now read-only.

Commit

Permalink
GTNPC-110 - Update to gatein-dep 1.3.0.Beta01 and gatein-common 2.2.0…
Browse files Browse the repository at this point in the history
….Beta01
  • Loading branch information
vietj committed Jan 31, 2014
1 parent fbfbf02 commit e2e6779
Showing 1 changed file with 9 additions and 19 deletions.
28 changes: 9 additions & 19 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,12 @@
</scm>

<properties>
<version.gatein.common>2.1.1.Final</version.gatein.common>
<version.gatein.common>2.2.0.Beta01</version.gatein.common>
<version.apache.portals.bridges>1.0.4</version.apache.portals.bridges>
<version.apache.taglibs>1.1.2</version.apache.taglibs>
<version.apache.log4j>1.2.14</version.apache.log4j>
<version.discovery>0.4</version.discovery>
<version.servlet>3.0.1</version.servlet>
<version.junit>4.8.2</version.junit>
<version.org.slf4j>1.6.1</version.org.slf4j>

<!-- maven-release-plugin -->
<useReleaseProfile>false</useReleaseProfile>
Expand Down Expand Up @@ -109,7 +107,14 @@
<dependencyManagement>
<dependencies>


<!-- Import dependency management configuration -->
<dependency>
<groupId>org.gatein</groupId>
<artifactId>gatein-dep</artifactId>
<version>1.3.0.Beta01</version>
<type>pom</type>
<scope>import</scope>
</dependency>

<!-- Internal dependencies -->
<dependency>
Expand Down Expand Up @@ -205,11 +210,6 @@
</dependency>

<!-- Thirdparty (runtime) dependencies -->
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>${version.servlet}</version>
</dependency>
<dependency>
<groupId>org.staxnav</groupId>
<artifactId>staxnav.core</artifactId>
Expand Down Expand Up @@ -242,16 +242,6 @@
<artifactId>commons-logging</artifactId>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>${version.org.slf4j}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>${version.org.slf4j}</version>
</dependency>

<!-- Arquillian/Shrinkwrap stack -->
<dependency>
Expand Down

0 comments on commit e2e6779

Please sign in to comment.