Skip to content

Commit

Permalink
Added support of JAXB implementation for JBoss AS7
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinesd committed Jul 13, 2011
1 parent 8579a96 commit 6aaac39
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions examples/web-client/pom.xml
Expand Up @@ -39,7 +39,22 @@
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<configuration>
<archive>
<manifestEntries>
<Dependencies>
com.sun.xml.bind services export
</Dependencies>

</manifestEntries>
</archive>
</configuration>
</plugin>
</plugins>

<finalName>social-web-client</finalName>
</build>

Expand Down Expand Up @@ -79,7 +94,7 @@
<artifactId>seam-config-xml</artifactId>
</dependency>

<dependency>
<dependency>
<groupId>org.jboss.seam.solder</groupId>
<artifactId>seam-solder</artifactId>
</dependency>
Expand All @@ -91,7 +106,7 @@
<scope>provided</scope>
</dependency>


<dependency>
<groupId>org.seleniumhq.selenium.client-drivers</groupId>
<artifactId>selenium-java-client-driver</artifactId>
Expand Down

0 comments on commit 6aaac39

Please sign in to comment.