Skip to content

Commit

Permalink
add third dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sjgllgh committed Nov 14, 2024
1 parent 9270f31 commit 78a9344
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
26 changes: 26 additions & 0 deletions linkis-engineconn-plugins/spark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,32 @@
<groupId>ch.cern.sparkmeasure</groupId>
<artifactId>spark-measure_2.12</artifactId>
<version>0.24</version>
<exclusions>
<exclusion>
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
</exclusion>
<exclusion>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>retrofit</artifactId>
</exclusion>
<exclusion>
<groupId>org.msgpack</groupId>
<artifactId>msgpack-core</artifactId>
</exclusion>
<exclusion>
<groupId>com.squareup.moshi</groupId>
<artifactId>moshi</artifactId>
</exclusion>
<exclusion>
<groupId>org.influxdb</groupId>
<artifactId>influxdb-java</artifactId>
</exclusion>
<exclusion>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>converter-moshi</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>

Expand Down
1 change: 1 addition & 0 deletions tool/dependencies/known-dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -824,3 +824,4 @@ zookeeper-3.9.2.jar
zookeeper-jute-3.9.2.jar
zstd-jni-1.4.5-6.jar
zstd-jni-1.5.0-4.jar
spark-measure_2.12-0.24.jar

0 comments on commit 78a9344

Please sign in to comment.