You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@metamodel.apache.org by ar...@apache.org on 2019/12/24 07:52:25 UTC

[metamodel] branch master updated: METAMODEL-1201 Remove guava dependency in package jdbc

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

arjansh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/metamodel.git


The following commit(s) were added to refs/heads/master by this push:
     new da4bc13  METAMODEL-1201 Remove guava dependency in package jdbc
da4bc13 is described below

commit da4bc1383190faeba41cd7ad502fc803e6955ab4
Author: Ratish Bansal <ra...@adobe.com>
AuthorDate: Sun Dec 15 18:23:02 2019 +0530

    METAMODEL-1201 Remove guava dependency in package jdbc
    
    The actual code using guava class CharMatcher was removed in PR https://github.com/apache/metamodel/pull/195 (METAMODEL-1205)
    But the guava dependency is still part of POM.
    Since the dependency is no more required removing the same
---
 jdbc/pom.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/jdbc/pom.xml b/jdbc/pom.xml
index e7e3dd5..0faff97 100644
--- a/jdbc/pom.xml
+++ b/jdbc/pom.xml
@@ -29,10 +29,6 @@
 			<groupId>commons-pool</groupId>
 			<artifactId>commons-pool</artifactId>
 		</dependency>
-		<dependency>
-			<groupId>com.google.guava</groupId>
-			<artifactId>guava</artifactId>
-		</dependency>
 
 		<!-- Test dependencies -->
 		<dependency>