Skip to content

Commit

Permalink
Fix #1174 - Exclude optional artifact from storm-hdfs, which won't ha…
Browse files Browse the repository at this point in the history
…ve that dependency in upcoming storm 2.6.2 anymore. (#1175)

Signed-off-by: Richard Zowalla <[email protected]>
  • Loading branch information
rzo1 authored Mar 28, 2024
1 parent 4bb50d5 commit 61f7a4d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion THIRD-PARTY.txt
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,6 @@ List of third-party dependencies grouped by their license type.
* SparseBitSet (com.zaxxer:SparseBitSet:1.2 - https://github.com/brettwooldridge/SparseBitSet)
* storm-autocreds (org.apache.storm:storm-autocreds:2.6.1 - https://storm.apache.org/external/storm-autocreds)
* Storm Client (org.apache.storm:storm-client:2.6.1 - https://storm.apache.org/storm-client)
* storm-crawler-core (com.digitalpebble.stormcrawler:storm-crawler-core:2.12-SNAPSHOT - https://github.com/DigitalPebble/storm-crawler/tree/master/core)
* storm-hdfs (org.apache.storm:storm-hdfs:2.6.1 - https://storm.apache.org/external/storm-hdfs)
* swagger-annotations-jakarta (io.swagger.core.v3:swagger-annotations-jakarta:2.2.17 - https://github.com/swagger-api/swagger-core/modules/swagger-annotations-jakarta)
* TagSoup (org.ccil.cowan.tagsoup:tagsoup:1.2.1 - http://home.ccil.org/~cowan/XML/tagsoup/)
Expand Down
5 changes: 5 additions & 0 deletions external/warc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@
<groupId>org.apache.hive.hcatalog</groupId>
<artifactId>hive-hcatalog-streaming</artifactId>
</exclusion>
<!-- this is only needed if explicitly configured and will be dropped in 2.6.2 -->
<exclusion>
<groupId>io.confluent</groupId>
<artifactId>kafka-avro-serializer</artifactId>
</exclusion>
</exclusions>
</dependency>

Expand Down

0 comments on commit 61f7a4d

Please sign in to comment.