Skip to content

Commit

Permalink
distro
Browse files Browse the repository at this point in the history
  • Loading branch information
patriot1burke committed Oct 30, 2012
1 parent f7d3554 commit 97d793c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
3 changes: 1 addition & 2 deletions jaxrs/distribution/assembly.xml
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@
<useTransitiveFiltering>true</useTransitiveFiltering>
<includes>
<include>org.jboss.resteasy:resteasy-jaxrs</include>
<include>org.jboss.resteasy:resteasy-client</include>
<include>org.jboss.resteasy:resteasy-jaxb-provider</include>
<include>org.jboss.resteasy:resteasy-jettison-provider</include>
<include>org.jboss.resteasy:resteasy-fastinfoset-provider</include>
Expand All @@ -171,9 +172,7 @@
<include>org.jboss.resteasy:resteasy-yaml-provider</include>
<include>org.jboss.resteasy:resteasy-spring</include>
<include>org.jboss.resteasy:resteasy-guice</include>
<include>org.jboss.resteasy:async-http-jbossweb</include>
<include>org.jboss.resteasy:async-http-servlet-3.0</include>
<include>org.jboss.resteasy:async-http-tomcat6</include>
<include>org.jboss.resteasy:resteasy-cache-core</include>
<include>org.jboss.resteasy:resteasy-oauth</include>
<include>org.jboss.resteasy:resteasy-cdi</include>
Expand Down
11 changes: 3 additions & 8 deletions jaxrs/distribution/pom.xml
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -22,27 +22,22 @@
<artifactId>resteasy-jaxrs</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>jaxrs-api</artifactId>
<artifactId>resteasy-client</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>async-http-jbossweb</artifactId>
<artifactId>jaxrs-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>async-http-servlet-3.0</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>async-http-tomcat6</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxb-provider</artifactId>
Expand Down

0 comments on commit 97d793c

Please sign in to comment.