Skip to content

Commit 8a40c2c

Browse files
authored
Merge pull request #22 from frsyuki/guice4
Allowing Guice 4.x series
2 parents ec504db + 657113d commit 8a40c2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guice/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<url>https://github.com/FasterXML/jackson-modules-base</url>
1515

1616
<properties>
17-
<version.guice>3.0</version.guice>
17+
<version.guice>[3.0,5.0)</version.guice>
1818

1919
<!-- Generate PackageVersion.java into this directory. -->
2020
<packageVersion.dir>com/fasterxml/jackson/module/guice</packageVersion.dir>

0 commit comments

Comments
 (0)