Skip to content

Commit

Permalink
Apply Uber JAR Fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
vfraga authored and rafael-telles committed Dec 6, 2021
1 parent 18b8646 commit a6126e3
Showing 1 changed file with 1 addition and 55 deletions.
56 changes: 1 addition & 55 deletions java/flight/flight-jdbc-driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -197,24 +197,6 @@
<target>8</target>
</configuration>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<appendAssemblyId>false</appendAssemblyId>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
</configuration>
<executions>
<execution>
<goals>
<goal>single</goal>
</goals> <!-- this is used for inheritance merges -->
<id>make-assembly</id> <!-- bind to the packaging phase -->
<phase>package</phase>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
Expand All @@ -233,40 +215,6 @@
<includes>
<include>*:*</include>
</includes>
<excludes>
<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.google.android:annotations:*</exclude>
<exclude>com.google.api.grpc:proto-google-common-protos:*</exclude>
<exclude>com.google.code.findbugs:jsr305:*</exclude>
<exclude>com.google.code.gson:gson:*</exclude>
<exclude>com.google.errorprone:error_prone_annotations:*</exclude>
<exclude>com.google.flatbuffers:flatbuffers-java:*</exclude>
<exclude>com.google.guava:failureaccess:*</exclude>
<exclude>com.google.guava:guava:*</exclude>
<exclude>com.google.guava:listenablefuture:*</exclude>
<exclude>com.google.j2objc:j2objc-annotations:*</exclude>
<exclude>com.google.protobuf:protobuf-java:*</exclude>
<exclude>commons-cli:commons-cli:*</exclude>
<exclude>commons-codec:commons-codec:*</exclude>
<exclude>io.perfmark:perfmark-api:*</exclude>
<exclude>javax.annotation:javax.annotation-api:*</exclude>
<exclude>org.apache.arrow:arrow-jdbc:*</exclude>
<exclude>org.apache.arrow:arrow-format:*</exclude>
<exclude>org.apache.arrow:arrow-memory-core:*</exclude>
<exclude>org.apache.arrow:arrow-memory-netty:*</exclude>
<exclude>org.apache.arrow:arrow-vector:*</exclude>
<exclude>org.apache.arrow:flight-core:*</exclude>
<exclude>org.apache.arrow:flight-sql:*</exclude>
<exclude>org.apache.calcite.avatica:avatica:*</exclude>
<exclude>org.bouncycastle:bcpkix-jdk15on:*</exclude>
<exclude>org.bouncycastle:bcprov-jdk15on:*</exclude>
<exclude>org.checkerframework:checker-qual:*</exclude>
<exclude>org.codehaus.mojo:animal-sniffer-annotations:*</exclude>
<exclude>org.hamcrest:hamcrest:*</exclude>
<exclude>org.slf4j:slf4j-api:*</exclude>
</excludes>
</artifactSet>
<relocations>
<relocation>
Expand Down Expand Up @@ -305,9 +253,7 @@
<filter>
<artifact>org.apache.calcite.avatica:*</artifact>
<excludes>
<exclude>org/apache/calcite/avatica/org/apache/http/**</exclude>
<exclude>org/apache/calcite/avatica/org/apache/commons/codec/**</exclude>
<exclude>org/apache/calcite/avatica/com/fasterxml/jackson/**</exclude>
<exclude>META-INF/services/java.sql.Driver</exclude>
</excludes>
</filter>
<filter>
Expand Down

0 comments on commit a6126e3

Please sign in to comment.