Skip to content

Commit

Permalink
WELDX-176 fix dendency scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartwdouglas authored and pmuir committed Oct 22, 2010
1 parent 4f134b4 commit d94988e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions impl/pom.xml
Expand Up @@ -120,6 +120,7 @@
<dependency>
<groupId>javax.el</groupId>
<artifactId>el-api</artifactId>
<scope>provided</scope>
</dependency>

<dependency>
Expand Down Expand Up @@ -183,6 +184,7 @@
<dependency>
<groupId>javax.transaction</groupId>
<artifactId>jta</artifactId>
<scope>test</scope>
</dependency>

<dependency>
Expand Down

0 comments on commit d94988e

Please sign in to comment.