From d79fe89e034092404c0a1fa1b85818e7191d4497 Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Tue, 27 May 2014 10:07:34 +0200 Subject: [PATCH] Added Guava test dependency --- jOOQ-test/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/jOOQ-test/pom.xml b/jOOQ-test/pom.xml index 10a6e4831c..87e2036442 100644 --- a/jOOQ-test/pom.xml +++ b/jOOQ-test/pom.xml @@ -93,6 +93,11 @@ commons-io 2.4 + + com.google.guava + guava + 17.0 +