File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 95
95
<groupId >org.apache.httpcomponents</groupId >
96
96
<artifactId >httpclient</artifactId >
97
97
<version >${httpclient.version} </version >
98
- <scope >provided</scope >
99
98
<exclusions >
100
99
<exclusion >
101
100
<artifactId >commons-logging</artifactId >
107
106
<groupId >com.fasterxml.jackson.core</groupId >
108
107
<artifactId >jackson-databind</artifactId >
109
108
<version >${jackson.version} </version >
110
- <scope >provided</scope >
111
109
</dependency >
112
110
<dependency >
113
111
<groupId >com.fasterxml.jackson.datatype</groupId >
114
112
<artifactId >jackson-datatype-jsr310</artifactId >
115
113
<version >${jackson.version} </version >
116
- <scope >provided</scope >
117
114
</dependency >
118
115
<dependency >
119
116
<groupId >commons-codec</groupId >
120
117
<artifactId >commons-codec</artifactId >
121
118
<version >${commons-codec.version} </version >
122
- <scope >provided</scope >
123
119
</dependency >
124
120
125
121
<dependency >
You can’t perform that action at this time.
0 commit comments