Skip to content

Commit

Permalink
SEAM-50 setup remote glassfish profile
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux authored and jharting committed Mar 26, 2011
1 parent 3ed37af commit 1e5dc9b
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions booking/pom.xml
Expand Up @@ -40,6 +40,7 @@
<jboss-as-client.version>6.0.0.Final</jboss-as-client.version>
<jboss-javaee6-spec.version>1.0.0.Final</jboss-javaee6-spec.version>
<jboss-server-manager.version>1.0.3.GA</jboss-server-manager.version>
<jersey.version>1.5</jersey.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -311,13 +312,15 @@
<version>${arquillian.version}</version>
<scope>test</scope>
</dependency>
<!--
<dependency>
<groupId>org.jboss.spec</groupId>
<artifactId>jboss-javaee-6.0</artifactId>
<version>${jboss-javaee6-spec.version}</version>
<type>pom</type>
<scope>provided</scope>
</dependency>
-->
<!-- need for org.jnp.interfaces.NamingContextFactory -->
<dependency>
<groupId>org.jboss.jbossas</groupId>
Expand Down Expand Up @@ -389,15 +392,21 @@
<dependencies>
<dependency>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-glassfish-remote-3</artifactId>
<artifactId>arquillian-glassfish-remote-3.1</artifactId>
<version>${arquillian.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.glassfish.extras</groupId>
<artifactId>glassfish-embedded-all</artifactId>
<version>${glassfish.version}</version>
<scope>provided</scope>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-bundle</artifactId>
<version>${jersey.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.sun.jersey.contribs</groupId>
<artifactId>jersey-multipart</artifactId>
<version>${jersey.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit 1e5dc9b

Please sign in to comment.