Skip to content

Commit

Permalink
updated stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryzak committed Aug 14, 2011
1 parent 5035bdc commit 373f8c9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
8 changes: 4 additions & 4 deletions external/pom.xml
Expand Up @@ -14,9 +14,9 @@
<name>Seam Security External Authentication Services</name>
<url>${project.parent.url}</url>

<properties>
<!--properties>
<arquillian.version>1.0.0.Alpha5</arquillian.version>
</properties>
</properties-->

<build>
<plugins>
Expand Down Expand Up @@ -186,11 +186,11 @@
<version>1.9.12</version>
</dependency>

<dependency>
<!--dependency>
<groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-junit</artifactId>
<scope>test</scope>
</dependency>
</dependency-->

<dependency>
<groupId>org.apache.httpcomponents</groupId>
Expand Down
12 changes: 3 additions & 9 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
<version>10</version>
<version>12</version>
</parent>

<groupId>org.jboss.seam.security</groupId>
Expand All @@ -21,7 +21,7 @@
</modules>

<properties>
<seam.version>3.0.0.Final</seam.version>
<seam.version>3.1.0.Beta1</seam.version>
</properties>

<dependencyManagement>
Expand All @@ -42,12 +42,6 @@
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.jboss.seam.security</groupId>
<artifactId>seam-security-impl</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.jboss.seam.security</groupId>
<artifactId>seam-security</artifactId>
Expand All @@ -69,7 +63,7 @@
<dependency>
<groupId>org.jboss.seam.faces</groupId>
<artifactId>seam-faces</artifactId>
<version>3.0.0.CR2</version>
<version>3.0.0.Final</version>
</dependency>

</dependencies>
Expand Down

0 comments on commit 373f8c9

Please sign in to comment.