File tree Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Original file line number Diff line number Diff line change 53
53
54
54
</properties >
55
55
56
+ <dependencyManagement >
57
+ <dependencies >
58
+ <!-- BOM needs to be in dependencyManagement section to work -->
59
+ <dependency >
60
+ <groupId >com.fasterxml.jackson</groupId >
61
+ <artifactId >jackson-bom</artifactId >
62
+ <version >${jackson.version} </version >
63
+ <scope >import</scope >
64
+ <type >pom</type >
65
+ </dependency >
66
+ </dependencies >
67
+ </dependencyManagement >
68
+
56
69
<dependencies >
57
70
58
71
<!-- Dependency to Devops API -->
87
100
</dependency >
88
101
89
102
<!-- Working with JSON -->
90
- <dependency >
91
- <groupId >com.fasterxml.jackson</groupId >
92
- <artifactId >jackson-bom</artifactId >
93
- <version >${jackson.version} </version >
94
- <scope >runtime</scope >
95
- <type >pom</type >
96
- </dependency >
97
103
<dependency >
98
104
<groupId >com.fasterxml.jackson.core</groupId >
99
105
<artifactId >jackson-core</artifactId >
100
- <version >${jackson.version} </version >
101
106
</dependency >
102
107
<dependency >
103
108
<groupId >com.fasterxml.jackson.core</groupId >
104
109
<artifactId >jackson-annotations</artifactId >
105
- <version >${jackson.version} </version >
106
110
</dependency >
107
111
<dependency >
108
112
<groupId >com.fasterxml.jackson.core</groupId >
109
113
<artifactId >jackson-databind</artifactId >
110
- <version >${jackson.version} </version >
111
114
</dependency >
112
115
<dependency >
113
116
<groupId >com.fasterxml.jackson.datatype</groupId >
114
117
<artifactId >jackson-datatype-jsr310</artifactId >
115
- <version >${jackson.version} </version >
116
118
</dependency >
117
119
118
120
<!-- TEST -->
431
433
</license >
432
434
</licenses >
433
435
434
- </project >
436
+ </project >
You can’t perform that action at this time.
0 commit comments