remove cdi fix for guava, because it is not longer needed

This commit is contained in:
Sebastian Sdorra
2013-09-09 15:45:36 +02:00
parent 5f3db8b6a8
commit 730de03997

View File

@@ -404,7 +404,7 @@
<configuration>
<target>
<!--
add beans.xml to jersey-guice and guava
add beans.xml to jersey-guice
-->
<property name="beans.file" value="src/main/webapp/WEB-INF/beans.xml" />
<property name="temp.dir" value="${project.build.directory}/tmp" />
@@ -416,12 +416,6 @@
<unzip src="${com.sun.jersey.contribs:jersey-guice:jar}" dest="${jersey.tmp}"/>
<copy file="${beans.file}" toDir="${jersey.tmp}/META-INF" />
<zip basedir="${jersey.tmp}" destfile="${rewrite.dir}/jersey-guice-${jersey.version}-${suffix}.jar"/>
<!-- guava -->
<property name="guava.tmp" value="${temp.dir}/guava" />
<unzip src="${com.google.guava:guava:jar}" dest="${guava.tmp}"/>
<copy file="${beans.file}" toDir="${guava.tmp}/META-INF" />
<zip basedir="${guava.tmp}" destfile="${rewrite.dir}/guava-${guava.version}-${suffix}.jar"/>
</target>
</configuration>
</execution>