Skip to content

Commit

Permalink
add weld-se and weld-servlet versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Jan 29, 2010
1 parent f6e3be7 commit 4311782
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pom.xml
Expand Up @@ -189,6 +189,20 @@
<version>${weld.wicket.version}</version>
</dependency>

<dependency>
<groupId>org.jboss.weld.servlet</groupId>
<artifactId>weld-servlet</artifactId>
<version>${weld.servlet.version}</version>
</dependency>


<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-se</artifactId>
<version>${weld.se.version}</version>
</dependency>


<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
Expand Down

0 comments on commit 4311782

Please sign in to comment.