Skip to content

Commit

Permalink
WBRI-233
Browse files Browse the repository at this point in the history
git-svn-id: http://anonsvn.jboss.org/repos/weld/ri/trunk@2406 1c488680-804c-0410-94cd-c6b725194a0e
  • Loading branch information
pmuir committed Apr 14, 2009
1 parent 23927a3 commit 134fb92
Show file tree
Hide file tree
Showing 20 changed files with 15 additions and 83 deletions.
5 changes: 5 additions & 0 deletions porting-package/pom.xml
Expand Up @@ -33,6 +33,11 @@
<artifactId>el-ri</artifactId>
</dependency>

<dependency>
<groupId>org.jboss.webbeans</groupId>
<artifactId>webbeans-core-test</artifactId>
</dependency>

</dependencies>

</project>

This file was deleted.

@@ -1,5 +1,4 @@
org.jboss.jsr299.tck.spi.Managers=org.jboss.webbeans.tck.ManagersImpl
org.jboss.jsr299.tck.spi.Beans=org.jboss.webbeans.tck.BeansImpl
org.jboss.jsr299.tck.spi.Contexts=org.jboss.webbeans.tck.ContextsImpl
org.jboss.testharness.spi.StandaloneContainers=org.jboss.webbeans.tck.StandaloneContainersImpl
org.jboss.jsr299.tck.spi.EL=org.jboss.webbeans.tck.ELImpl
13 changes: 10 additions & 3 deletions tests/pom.xml
Expand Up @@ -37,13 +37,11 @@
<dependency>
<groupId>javax.el</groupId>
<artifactId>el-api</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>javax.el</groupId>
<artifactId>el-ri</artifactId>
<scope>test</scope>
</dependency>

<dependency>
Expand All @@ -60,7 +58,6 @@
<dependency>
<groupId>org.jboss.ejb3</groupId>
<artifactId>jboss-ejb3-api</artifactId>
<scope>test</scope>
<optional>true</optional>
<exclusions>
<exclusion>
Expand All @@ -83,6 +80,16 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>javax.transaction</groupId>
<artifactId>jta</artifactId>
</dependency>

<dependency>
<groupId>javax.persistence</groupId>
<artifactId>persistence-api</artifactId>
</dependency>

</dependencies>

<build>
Expand Down

0 comments on commit 134fb92

Please sign in to comment.