Repository: metamodel Updated Branches: refs/heads/master d841acc17 -> b08aec1dc
guava is now available in core Project: http://git-wip-us.apache.org/repos/asf/metamodel/repo Commit: http://git-wip-us.apache.org/repos/asf/metamodel/commit/65574d34 Tree: http://git-wip-us.apache.org/repos/asf/metamodel/tree/65574d34 Diff: http://git-wip-us.apache.org/repos/asf/metamodel/diff/65574d34 Branch: refs/heads/master Commit: 65574d345bec251428868b24dc0f9322b3c93e14 Parents: 6f9e094 Author: JoÌrg Unbehauen <[email protected]> Authored: Thu Jul 20 17:01:02 2017 +0200 Committer: JoÌrg Unbehauen <[email protected]> Committed: Fri Jul 21 23:25:37 2017 +0200 ---------------------------------------------------------------------- core/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/metamodel/blob/65574d34/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index 3af58c9..aeee377 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -32,6 +32,10 @@ under the License. <artifactId>slf4j-api</artifactId> </dependency> <dependency> + <groupId>com.google.guava</groupId> + <artifactId>guava</artifactId> + </dependency> + <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-nop</artifactId> <scope>test</scope>
