File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed
Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1818env :
1919 global :
2020 - secure : KXF3RVBZDxeASAnleYlTaqvxRRB9FSzSAdVV9h7Kw81+p4UO64b8CPJR1p4fLIVwAp8C4R8h0xZDN3pAv/iyeA4ndIeh9tQXNZBm737RE5x+6x6nf/shP/Em1w9T1s3KmretXoTFK5NJGv2yTesgaIAV/JV1OFvlG6ArswhrPFc=
21- install : mvn install -DskipTests=true -Dgpg.skip=true -Djackson-databind.version=2.7.3
21+ install : mvn install -DskipTests=true -Dgpg.skip=true
2222script : mvn test -Djackson-databind.version=2.7.3
23- after_script : mvn cobertura:cobertura coveralls:cobertura -Djackson-databind.version=2.7.3
23+ after_script : mvn cobertura:cobertura coveralls:cobertura
2424notifications :
2525 email :
2626 on_failure : always
Original file line number Diff line number Diff line change 11CHANGELOG
22=========
33
4+ 1.2.2 (2017-02-22)
5+ ------------------
6+
7+ * Remove the version range. As of today, ` jackson-databind ` is no longer
8+ resolved correctly when a range is used. GitHub #28 .
9+
4101.2.1 (2016-04-15)
511------------------
612
Original file line number Diff line number Diff line change 3535 <email >goschwald@maxmind.com</email >
3636 </developer >
3737 </developers >
38- <properties >
39- <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
40- <jackson-databind .version>[2.7.0,)</jackson-databind .version>
41- </properties >
4238 <dependencies >
4339 <dependency >
4440 <groupId >junit</groupId >
4945 <dependency >
5046 <groupId >com.fasterxml.jackson.core</groupId >
5147 <artifactId >jackson-databind</artifactId >
52- <version >${jackson-databind.version} </version >
48+ <version >2.8.7 </version >
5349 </dependency >
5450 </dependencies >
5551 <build >
You can’t perform that action at this time.
0 commit comments