athanatos closed pull request #955: ISSUE #935:
tests/bookkeeeper-server-shaded-*test/pom.xml: exclude pulsar
URL: https://github.com/apache/bookkeeper/pull/955
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/tests/bookkeeper-server-shaded-artifact-test/pom.xml
b/tests/bookkeeper-server-shaded-artifact-test/pom.xml
index 58328543e..c889a9730 100644
--- a/tests/bookkeeper-server-shaded-artifact-test/pom.xml
+++ b/tests/bookkeeper-server-shaded-artifact-test/pom.xml
@@ -42,6 +42,10 @@
<groupId>org.apache.bookkeeper</groupId>
<artifactId>bookkeeper-proto</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.apache.pulsar</groupId>
+ <artifactId>pulsar-checksum</artifactId>
+ </exclusion>
</exclusions>
</dependency>
</dependencies>
diff --git a/tests/bookkeeper-server-shaded-test/pom.xml
b/tests/bookkeeper-server-shaded-test/pom.xml
index ec75a5384..38f1857e9 100644
--- a/tests/bookkeeper-server-shaded-test/pom.xml
+++ b/tests/bookkeeper-server-shaded-test/pom.xml
@@ -45,6 +45,10 @@
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.apache.pulsar</groupId>
+ <artifactId>pulsar-checksum</artifactId>
+ </exclusion>
</exclusions>
</dependency>
</dependencies>
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services