Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
git-svn-id: http://anonsvn.jboss.org/repos/weld/ri/trunk@1451 1c488680-804c-0410-94cd-c6b725194a0e
  • Loading branch information
pmuir committed Feb 8, 2009
1 parent 219c4ed commit e3b241a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pom.xml
Expand Up @@ -5,7 +5,7 @@
<packaging>pom</packaging>
<version>1.0.0-SNAPSHOT</version>

<name>Web Beans</name>
<name>Web Beans, the reference implmentation of JSR-299</name>
<url>http://www.seamframework.org/WebBeans</url>

<description>
Expand Down Expand Up @@ -76,6 +76,7 @@
<module>webbeans-ri</module>
<module>webbeans-ri-spi</module>
<module>porting-package</module>
<module>jboss-tck-runner</module>
</modules>

<properties>
Expand Down Expand Up @@ -245,6 +246,12 @@
<version>${webbeans.ri.version}</version>
</dependency>

<dependency>
<groupId>org.jboss.webbeans</groupId>
<artifactId>webbeans-porting-package</artifactId>
<version>${webbeans.ri.version}</version>
</dependency>

<dependency>
<groupId>org.jboss.webbeans.tck</groupId>
<artifactId>webbeans-tck-api</artifactId>
Expand Down

0 comments on commit e3b241a

Please sign in to comment.