Skip to content

Commit

Permalink
Workaround for ARQ-543
Browse files Browse the repository at this point in the history
  • Loading branch information
jharting committed Aug 11, 2011
1 parent 9f3d79b commit f01d1b5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Expand Up @@ -273,6 +273,13 @@
<version>${arquillian.version}</version>
<scope>test</scope>
</dependency>
<!-- workaround for ARQ-543 -->
<dependency>
<groupId>org.jboss.arquillian.testenricher</groupId>
<artifactId>arquillian-testenricher-initialcontext</artifactId>
<version>${arquillian.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.spec</groupId>
<artifactId>jboss-javaee-6.0</artifactId>
Expand Down

0 comments on commit f01d1b5

Please sign in to comment.