Skip to content
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.

Commit

Permalink
Added missing deps for dist package
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzBuehmann committed Jun 28, 2019
1 parent 8a4d6d3 commit 634099a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions sansa-inference-flink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -524,12 +524,12 @@ under the License.
<exclude>org.apache.commons:commons-math</exclude>
<exclude>org.apache.sling:org.apache.sling.commons.json</exclude>
<exclude>commons-logging:commons-logging</exclude>
<exclude>org.apache.httpcomponents:httpclient</exclude>
<exclude>org.apache.httpcomponents:httpcore</exclude>
<!-- <exclude>org.apache.httpcomponents:httpclient</exclude>-->
<!-- <exclude>org.apache.httpcomponents:httpcore</exclude>-->
<exclude>commons-codec:commons-codec</exclude>
<exclude>com.fasterxml.jackson.core:jackson-core</exclude>
<exclude>com.fasterxml.jackson.core:jackson-databind</exclude>
<exclude>com.fasterxml.jackson.core:jackson-annotations</exclude>
<!--<exclude>com.fasterxml.jackson.core:jackson-core</exclude>-->
<!--<exclude>com.fasterxml.jackson.core:jackson-databind</exclude>-->
<!--<exclude>com.fasterxml.jackson.core:jackson-annotations</exclude>-->
<exclude>org.codehaus.jettison:jettison</exclude>
<exclude>stax:stax-api</exclude>
<exclude>com.typesafe:config</exclude>
Expand Down

0 comments on commit 634099a

Please sign in to comment.