Skip to content

Commit

Permalink
Removed weld-core-tests-arquillian dependency on jboss-metadata. Repl…
Browse files Browse the repository at this point in the history
…aced by javax.jms and org.jboss.ejb3.ext-api
  • Loading branch information
aslakknutsen authored and pmuir committed Aug 31, 2010
1 parent 5c7ad69 commit c6c065c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
14 changes: 14 additions & 0 deletions parent/pom.xml
Expand Up @@ -84,6 +84,8 @@
<apache.httpclient.version>3.1</apache.httpclient.version>
<junit.version>4.8.1</junit.version>
<htmlunit.version>2.4</htmlunit.version>
<jboss.ejb3.ext-api.version>1.1.1</jboss.ejb3.ext-api.version>
<javax.jms.version>1.1</javax.jms.version>

<jbossas.server.manager.version>1.0.3.GA</jbossas.server.manager.version>
<jbossas.client.version>6.0.0.20100721-M4</jbossas.client.version>
Expand Down Expand Up @@ -214,6 +216,18 @@
<version>${jboss.mdr.version}</version>
</dependency>

<dependency>
<groupId>javax.jms</groupId>
<artifactId>jms</artifactId>
<version>${javax.jms.version}</version>
</dependency>

<dependency>
<groupId>org.jboss.ejb3</groupId>
<artifactId>jboss-ejb3-ext-api</artifactId>
<version>${jboss.ejb3.ext-api.version}</version>
</dependency>

<dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
Expand Down
10 changes: 7 additions & 3 deletions tests-arquillian/pom.xml
Expand Up @@ -48,8 +48,13 @@
</dependency>

<dependency>
<groupId>org.jboss.metadata</groupId>
<artifactId>jboss-metadata</artifactId>
<groupId>javax.jms</groupId>
<artifactId>jms</artifactId>
</dependency>

<dependency>
<groupId>org.jboss.ejb3</groupId>
<artifactId>jboss-ejb3-ext-api</artifactId>
</dependency>

<dependency>
Expand All @@ -58,7 +63,6 @@
<scope>test</scope>
</dependency>


<dependency>
<groupId>javax.el</groupId>
<artifactId>el-api</artifactId>
Expand Down

0 comments on commit c6c065c

Please sign in to comment.