From be15c03f106dc25ae49681c28e265ef46fb50534 Mon Sep 17 00:00:00 2001 From: Lucas Arnaud Date: Fri, 15 Apr 2016 15:12:43 -0300 Subject: [PATCH 1/3] Updating guice version to 4.0 and Using guava imported by guice --- pom.xml | 10 ++++++++-- .../java/org/nnsoft/guice/guartz/QuartzModule.java | 4 ++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 9e8c8b3..128b558 100644 --- a/pom.xml +++ b/pom.xml @@ -94,13 +94,19 @@ com.google.inject guice - 3.0 + 4.0 compile com.google.inject.extensions guice-multibindings - 3.0 + 4.0 + compile + + + com.google.guava + guava + r09 compile diff --git a/src/main/java/org/nnsoft/guice/guartz/QuartzModule.java b/src/main/java/org/nnsoft/guice/guartz/QuartzModule.java index 7df5d88..c403487 100644 --- a/src/main/java/org/nnsoft/guice/guartz/QuartzModule.java +++ b/src/main/java/org/nnsoft/guice/guartz/QuartzModule.java @@ -17,8 +17,8 @@ */ import static com.google.inject.Scopes.SINGLETON; -import static com.google.inject.internal.util.$Preconditions.checkNotNull; -import static com.google.inject.internal.util.$Preconditions.checkState; +import static com.google.common.base.Preconditions.checkNotNull; +import static com.google.common.base.Preconditions.checkState; import static com.google.inject.multibindings.Multibinder.newSetBinder; import static java.util.TimeZone.getTimeZone; import static org.nnsoft.guice.guartz.Scheduled.DEFAULT; From d9b6f24c525a6995c03e4c01364f604f671223b7 Mon Sep 17 00:00:00 2001 From: daniel Date: Fri, 1 Jul 2016 01:18:17 +0300 Subject: [PATCH 2/3] Change version to 1.4.ya-1 --- pom.xml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 128b558..7882879 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ org.99soft.guice guartz - 1.4-SNAPSHOT + 1.4-ya-1 jar 99soft:: Guartz @@ -103,12 +103,6 @@ 4.0 compile - - com.google.guava - guava - r09 - compile - junit junit From f6acf1039e74736bf9ef70bd0b95cee7d872ee52 Mon Sep 17 00:00:00 2001 From: Andreas Willinger Date: Thu, 6 Jul 2017 22:25:34 +0200 Subject: [PATCH 3/3] Use latest versions of dependencies, ignore target folder --- .gitignore | 1 + pom.xml | 17 ++++++++--------- 2 files changed, 9 insertions(+), 9 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2f7896d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +target/ diff --git a/pom.xml b/pom.xml index 7882879..9189654 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ org.99soft.guice guartz - 1.4-ya-1 + 1.5-SNAPSHOT jar 99soft:: Guartz @@ -88,39 +88,38 @@ org.quartz-scheduler quartz - 2.0.0 + 2.3.0 compile com.google.inject guice - 4.0 + 4.1.0 compile com.google.inject.extensions guice-multibindings - 4.0 + 4.1.0 compile junit junit - 4.8.2 + 4.12 test org.slf4j slf4j-api - 1.6.1 + 1.7.25 test ch.qos.logback logback-classic - 0.9.28 + 1.2.3 test - - + \ No newline at end of file