You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2019/06/18 02:33:11 UTC

[activemq-artemis] branch master updated: ARTEMIS-2376 Remove guava from artemis-common feature

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

clebertsuconic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/master by this push:
     new e3ec7aa  ARTEMIS-2376 Remove guava from artemis-common feature
     new b77fa83  This closes #2697
e3ec7aa is described below

commit e3ec7aa5fd14b25f79c12af1cb67f541e74cfc24
Author: Benjamin Graf <be...@gmx.net>
AuthorDate: Mon Jun 10 18:36:57 2019 +0200

    ARTEMIS-2376 Remove guava from artemis-common feature
---
 artemis-features/src/main/resources/features.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/artemis-features/src/main/resources/features.xml b/artemis-features/src/main/resources/features.xml
index d6a21b3..53e8dd7 100644
--- a/artemis-features/src/main/resources/features.xml
+++ b/artemis-features/src/main/resources/features.xml
@@ -44,7 +44,6 @@
 	<feature name="artemis-common" version="${pom.version}" description="ActiveMQ Artemis Common libraries">
 		<feature>transaction</feature>
 		<feature>netty-core</feature>
-		<bundle dependency="true">mvn:com.google.guava/guava/${guava.version}</bundle>
 		<bundle dependency="true">mvn:commons-beanutils/commons-beanutils/${commons.beanutils.version}</bundle>
 		<bundle dependency="true">mvn:commons-collections/commons-collections/${commons.collections.version}</bundle>