Skip to content

Commit

Permalink
Upgraded arquillian
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Aug 29, 2012
1 parent 8c8ae9a commit 76f455c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<forge.release.codename>One</forge.release.codename>
<forge.release.version>${project.version}</forge.release.version>

<version.arquillian>1.0.1.Final</version.arquillian>
<version.arquillian>1.0.2.Final</version.arquillian>
<version.arquillian.container>1.0.0.CR3</version.arquillian.container>
<version.cdi>1.1.EDR1.2</version.cdi>
<version.jboss.spec>3.0.1.Final</version.jboss.spec>
Expand Down Expand Up @@ -161,12 +161,12 @@
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core</artifactId>
<version>${version.weld}</version>
</dependency>
</dependency>
<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-spi</artifactId>
<version>2.0.Alpha2</version>
</dependency>
</dependency>
<dependency>
<groupId>org.jboss.weld.se</groupId>
<artifactId>weld-se-core</artifactId>
Expand Down

1 comment on commit 76f455c

@lincolnthree
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome :) thx!

Please sign in to comment.