Skip to content

Commit

Permalink
fixing the numberguess example, SEAMWICKET-32, SEAMWICKET-33
Browse files Browse the repository at this point in the history
  • Loading branch information
maschmid committed Aug 8, 2011
1 parent 96a4e86 commit d2163a3
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions examples/numberguess/pom.xml
Expand Up @@ -72,6 +72,7 @@
<groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-testng</artifactId>
<version>1.0.0.Alpha4</version>
<scope>test</scope>
</dependency>

<!-- Test dependencies -->
Expand Down Expand Up @@ -323,6 +324,30 @@
</build>
</profile>

<!-- mvn clean package -Pjboss7 -->
<profile>
<id>jboss7</id>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
<scope>runtime</scope>
</dependency>
</dependencies>
</profile>

<!-- mvn clean package -Pglassfish -->
<profile>
<id>glassfish</id>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
<scope>runtime</scope>
</dependency>
</dependencies>
</profile>

<!-- mvn -Pjetty jetty:run -->
<profile>
<id>jetty</id>
Expand Down

0 comments on commit d2163a3

Please sign in to comment.