mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-02-05 14:19:18 +01:00
remove cdi fix for guava, because it is not longer needed
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user