Skip to content

Commit

Permalink
updates for repackage
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Mar 6, 2009
1 parent 946913e commit 97330ec
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.properties
@@ -1 +1 @@
jboss.home=/Applications/jboss-5.0.0.GA
jboss.home=/Applications/jboss-5.0.1.GA
5 changes: 3 additions & 2 deletions conversations/pom.xml
Expand Up @@ -33,13 +33,13 @@

<dependency>
<groupId>org.jboss.webbeans</groupId>
<artifactId>webbeans-api</artifactId>
<artifactId>jsr299-api</artifactId>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.jboss.webbeans</groupId>
<artifactId>webbeans-ri</artifactId>
<artifactId>webbeans-core</artifactId>
<scope>provided</scope>
</dependency>

Expand Down Expand Up @@ -75,6 +75,7 @@
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>javax.annotation</groupId>
<artifactId>jsr250-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion login/pom.xml
Expand Up @@ -33,7 +33,7 @@

<dependency>
<groupId>org.jboss.webbeans</groupId>
<artifactId>webbeans-api</artifactId>
<artifactId>jsr299-api</artifactId>
<scope>provided</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion numberguess/pom.xml
Expand Up @@ -33,7 +33,7 @@

<dependency>
<groupId>org.jboss.webbeans</groupId>
<artifactId>webbeans-api</artifactId>
<artifactId>jsr299-api</artifactId>
<scope>provided</scope>
</dependency>

Expand Down
1 change: 1 addition & 0 deletions pom.xml
Expand Up @@ -20,6 +20,7 @@
<module>numberguess</module>
<module>translator</module>
<module>login</module>
<module>conversations</module>
</modules>

<build>
Expand Down
2 changes: 1 addition & 1 deletion translator/webbeans-translator-ejb/pom.xml
Expand Up @@ -33,7 +33,7 @@

<dependency>
<groupId>org.jboss.webbeans</groupId>
<artifactId>webbeans-api</artifactId>
<artifactId>jsr299-api</artifactId>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit 97330ec

Please sign in to comment.