Skip to content

Commit

Permalink
dotCMS/core#12267 Repackaging aws libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
nollymar committed Aug 10, 2017
1 parent 8168fb5 commit e4f1509
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 0 deletions.
Binary file added aws-java-sdk-core_1.11.66.jar
Binary file not shown.
Binary file added aws-java-sdk-kms_1.11.66.jar
Binary file not shown.
Binary file added aws-java-sdk-s3_1.11.66.jar
Binary file not shown.
20 changes: 20 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,26 @@
<dependency path="${basedir}/myspell_" generate="true">
<ignore parentpackage="org.apache.tools"/>
</dependency>

<dependency path="${basedir}/aws-java-sdk-core_" generate="true">
<ignore parentpackage="org.apache.http"/>
<ignore parentpackage="com.fasterxml.jackson"/>
</dependency>

<dependency path="${basedir}/aws-java-sdk-kms_" generate="true">
<ignore parentpackage="org.apache.http"/>
<ignore parentpackage="com.fasterxml.jackson"/>
</dependency>

<dependency path="${basedir}/aws-java-sdk-s3_" generate="true">
<ignore parentpackage="org.apache.http"/>
<ignore parentpackage="com.fasterxml.jackson"/>
</dependency>

<dependency path="${basedir}/jmespath-java_" generate="true">
<ignore parentpackage="org.apache.http"/>
<ignore parentpackage="com.fasterxml.jackson"/>
</dependency>

<!--We have to exclude some packages in here, tomcat complains-->
<dependency path="${basedir}/tika-app_" generate="true" renameservices="true">
Expand Down
Binary file added jmespath-java_1.11.66.jar
Binary file not shown.

0 comments on commit e4f1509

Please sign in to comment.