File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
examples/osgi/apache-karaf-feature Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 12
12
<artifactId >graphql-java-servlet-osgi-examples-karaf-feature</artifactId >
13
13
<packaging >feature</packaging >
14
14
15
+ <properties >
16
+ <jackson .version>2.9.8</jackson .version>
17
+ </properties >
18
+
19
+
20
+
15
21
<dependencies >
16
22
<dependency >
17
23
<groupId >com.fasterxml.jackson.core</groupId >
18
24
<artifactId >jackson-core</artifactId >
19
- <version >2.9.8 </version >
25
+ <version >${jackson.version} </version >
20
26
</dependency >
21
27
<dependency >
22
28
<groupId >com.fasterxml.jackson.core</groupId >
23
29
<artifactId >jackson-annotations</artifactId >
24
- <version >2.9.8 </version >
30
+ <version >${jackson.version} </version >
25
31
</dependency >
26
32
<dependency >
27
33
<groupId >com.fasterxml.jackson.core</groupId >
28
34
<artifactId >jackson-databind</artifactId >
29
- <version >2.9.8 </version >
35
+ <version >${jackson.version} </version >
30
36
</dependency >
31
37
<dependency >
32
38
<groupId >com.fasterxml.jackson.datatype</groupId >
33
39
<artifactId >jackson-datatype-jdk8</artifactId >
34
- <version >2.9.8 </version >
40
+ <version >${jackson.version} </version >
35
41
</dependency >
36
42
<dependency >
37
43
<groupId >com.google.guava</groupId >
You can’t perform that action at this time.
0 commit comments