Skip to content

Commit

Permalink
[SEDONA-682] exclude some dependencies. (#1704)
Browse files Browse the repository at this point in the history
  • Loading branch information
freamdx authored Nov 27, 2024
1 parent b7e35ae commit c1e9de8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,20 @@
<artifactId>cdm-core</artifactId>
<version>${cdm.version}</version>
<scope>${cdm.scope}</scope>
<exclusions>
<exclusion>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</exclusion>
<exclusion>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
</exclusion>
</exclusions>
</dependency>
<!--The following GeoTools dependencies use GNU Lesser General Public License and thus are excluded from the binary distribution-->
<!-- Users have to include them by themselves manually -->
Expand Down
5 changes: 5 additions & 0 deletions spark-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,11 @@
<artifactSet>
<excludes>
<exclude>org.scala-lang:scala-library</exclude>
<exclude>org.apache.commons:commons-*</exclude>
<exclude>commons-pool:commons-pool</exclude>
<exclude>commons-lang:commons-lang</exclude>
<exclude>commons-io:commons-io</exclude>
<exclude>commons-logging:commons-logging</exclude>
</excludes>
</artifactSet>
<filters>
Expand Down

0 comments on commit c1e9de8

Please sign in to comment.