File tree Expand file tree Collapse file tree 6 files changed +22
-5
lines changed
src/main/resources/handlebars/Java/libraries Expand file tree Collapse file tree 6 files changed +22
-5
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,10 @@ dependencies {
45
45
{ {#threetenbp} }
46
46
implementation "com.github.joschi.jackson:jackson-datatype-threetenbp:$threepane_version"
47
47
{ {/threetenbp} }
48
- implementation "org.apache.oltu.oauth2:org.apache.oltu.oauth2.client:$oltu_version"
48
+ implementation("org.apache.oltu.oauth2:org.apache.oltu.oauth2.client:$oltu_version") {
49
+ exclude group: ' org.json' , module: ' json'
50
+ }
51
+ implementation "org.json:json:20180130"
49
52
implementation "com.brsanthu:migbase64:2.2"
50
53
implementation "com.sun.xml.ws:jaxws-rt:2.3.3"
51
54
testImplementation "junit:junit:$junit_version"
Original file line number Diff line number Diff line change @@ -139,7 +139,10 @@ dependencies {
139
139
{ {#threetenbp} }
140
140
compile "com.github.joschi.jackson:jackson-datatype-threetenbp:$threepane_version"
141
141
{ {/threetenbp} }
142
- compile "org.apache.oltu.oauth2:org.apache.oltu.oauth2.client:$oltu_version"
142
+ compile ("org.apache.oltu.oauth2:org.apache.oltu.oauth2.client:$oltu_version") {
143
+ exclude group: " org.json" , module: " json"
144
+ }
145
+ compile "org.json:json:20180130"
143
146
compile "com.brsanthu:migbase64:2.2"
144
147
testCompile "junit:junit:$junit_version"
145
148
}
Original file line number Diff line number Diff line change @@ -28,7 +28,10 @@ dependencies {
28
28
{ {^useOas2} }
29
29
implementation "io.swagger.core.v3:swagger-annotations:$swagger_annotations_version"
30
30
{ {/useOas2} }
31
- implementation "org.apache.oltu.oauth2:org.apache.oltu.oauth2.client:$oltu_version"
31
+ implementation("org.apache.oltu.oauth2:org.apache.oltu.oauth2.client:$oltu_version") {
32
+ exclude group: ' org.json' , module: ' json'
33
+ }
34
+ implementation "org.json:json:20180130"
32
35
implementation "joda-time:joda-time:$jodatime_version"
33
36
implementation "com.sun.xml.ws:jaxws-rt:2.3.3"
34
37
testImplementation "junit:junit:$junit_version"
Original file line number Diff line number Diff line change @@ -122,7 +122,10 @@ dependencies {
122
122
{ {^useOas2} }
123
123
compile "io.swagger.core.v3:swagger-annotations:$swagger_annotations_version"
124
124
{ {/useOas2} }
125
- compile "org.apache.oltu.oauth2:org.apache.oltu.oauth2.client:$oltu_version"
125
+ compile ("org.apache.oltu.oauth2:org.apache.oltu.oauth2.client:$oltu_version") {
126
+ exclude group: " org.json" , module: " json"
127
+ }
128
+ compile "org.json:json:20180130"
126
129
compile "joda-time:joda-time:$jodatime_version"
127
130
testCompile "junit:junit:$junit_version"
128
131
}
Original file line number Diff line number Diff line change @@ -60,7 +60,9 @@ dependencies {
60
60
{ {/useOas2} }
61
61
implementation ("org.apache.oltu.oauth2:org.apache.oltu.oauth2.client:$oltu_version"){
62
62
exclude group:' org.apache.oltu.oauth2' , module: ' org.apache.oltu.oauth2.common'
63
+ exclude group: ' org.json' , module: ' json'
63
64
}
65
+ implementation "org.json:json:20180130"
64
66
implementation "io.gsonfire:gson-fire:$json_fire_version"
65
67
{ {#joda} }
66
68
implementation "joda-time:joda-time:$jodatime_version"
Original file line number Diff line number Diff line change @@ -151,7 +151,10 @@ dependencies {
151
151
{ {^useOas2} }
152
152
compile "io.swagger.core.v3:swagger-annotations:$swagger_annotations_version"
153
153
{ {/useOas2} }
154
- compile "org.apache.oltu.oauth2:org.apache.oltu.oauth2.client:$oltu_version"
154
+ compile ("org.apache.oltu.oauth2:org.apache.oltu.oauth2.client:$oltu_version") {
155
+ exclude group: " org.json" , module: " json"
156
+ }
157
+ compile "org.json:json:20180130"
155
158
compile "io.gsonfire:gson-fire:$json_fire_version"
156
159
{ {#joda} }
157
160
compile "joda-time:joda-time:$jodatime_version"
You can’t perform that action at this time.
0 commit comments