3
3
<modelVersion >4.0.0</modelVersion >
4
4
5
5
<parent >
6
- <groupId >com.fasterxml</groupId >
7
- <artifactId >oss -parent</artifactId >
8
- <version >12 </version >
6
+ <groupId >com.fasterxml.jackson </groupId >
7
+ <artifactId >jackson -parent</artifactId >
8
+ <version >2.4 </version >
9
9
</parent >
10
10
11
11
<groupId >com.fasterxml.jackson.module</groupId >
17
17
dynamically ("bean materialization"), integrated with Jackson (although usable externally as well)
18
18
</description >
19
19
<url >http://wiki.fasterxml.com/JacksonHome</url >
20
-
21
20
<issueManagement >
22
21
<url >https://github.com/FasterXML/jackson-module-mrbean/issues</url >
23
22
</issueManagement >
@@ -29,7 +28,7 @@ dynamically ("bean materialization"), integrated with Jackson (although usable e
29
28
</scm >
30
29
31
30
<properties >
32
- <version .jackson.core>2.3.2 </version .jackson.core>
31
+ <version .jackson.core>${project.version} </version .jackson.core>
33
32
<!-- Generate PackageVersion.java into this directory. -->
34
33
<packageVersion .dir>com/fasterxml/jackson/module/mrbean</packageVersion .dir>
35
34
<packageVersion .package>${project.groupId} .mrbean</packageVersion .package>
@@ -63,16 +62,9 @@ com.fasterxml.jackson.core
63
62
<dependency >
64
63
<groupId >org.ow2.asm</groupId >
65
64
<artifactId >asm</artifactId >
66
- <version >4.0 </version >
65
+ <version >4.2 </version >
67
66
<scope >compile</scope >
68
67
</dependency >
69
- <!-- and for testing, JUnit (or TestNG?) is needed -->
70
- <dependency >
71
- <groupId >junit</groupId >
72
- <artifactId >junit</artifactId >
73
- <version >4.10</version >
74
- <scope >test</scope >
75
- </dependency >
76
68
</dependencies >
77
69
78
70
<build >
0 commit comments