You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by eo...@apache.org on 2021/06/16 19:59:44 UTC

[pulsar-adapters] branch master updated: [Build] Fix leakage of buildtools dependency to all libraries (#20)

This is an automated email from the ASF dual-hosted git repository.

eolivelli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-adapters.git


The following commit(s) were added to refs/heads/master by this push:
     new 16b1c15  [Build] Fix leakage of buildtools dependency to all libraries (#20)
16b1c15 is described below

commit 16b1c1532dc2906e0ef3100d8a8afb451a7a9acc
Author: Lari Hotari <lh...@users.noreply.github.com>
AuthorDate: Wed Jun 16 22:59:36 2021 +0300

    [Build] Fix leakage of buildtools dependency to all libraries (#20)
---
 pom.xml | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index c55d9f4..ac7a297 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1304,7 +1304,7 @@
     <dependency>
       <groupId>org.apache.pulsar</groupId>
       <artifactId>buildtools</artifactId>
-      <version>${project.version}</version>
+      <version>${pulsar.version}</version>
       <scope>test</scope>
     </dependency>
 
@@ -1348,11 +1348,6 @@
       <artifactId>javax.annotation-api</artifactId>
       <scope>provided</scope>
     </dependency>
-    <dependency>
-      <groupId>org.apache.pulsar</groupId>
-      <artifactId>buildtools</artifactId>
-      <version>${pulsar.version}</version>
-    </dependency>
 
     <dependency>
       <groupId>org.slf4j</groupId>
@@ -2031,6 +2026,6 @@
       </snapshots>
     </repository>
   </repositories>
-  
+
 </project>