File tree Expand file tree Collapse file tree 1 file changed +5
-12
lines changed Expand file tree Collapse file tree 1 file changed +5
-12
lines changed Original file line number Diff line number Diff line change 211
211
<groupId >javax.money</groupId >
212
212
<artifactId >money-api</artifactId >
213
213
<version >${jsr.version} </version >
214
- <scope >provided</scope >
214
+ </dependency >
215
+ <dependency >
216
+ <groupId >javax.annotation</groupId >
217
+ <artifactId >javax.annotation-api</artifactId >
218
+ <version >1.2</version >
215
219
</dependency >
216
220
<dependency >
217
221
<groupId >org.javamoney</groupId >
249
253
<artifactId >testng</artifactId >
250
254
<scope >test</scope >
251
255
</dependency >
252
- <dependency >
253
- <groupId >javax.money</groupId >
254
- <artifactId >money-api</artifactId >
255
- <version >${jsr.version} </version >
256
- <scope >compile</scope >
257
- </dependency >
258
- <dependency >
259
- <groupId >javax.annotation</groupId >
260
- <artifactId >javax.annotation-api</artifactId >
261
- <version >1.2</version >
262
- </dependency >
263
256
</dependencies >
264
257
</project >
You can’t perform that action at this time.
0 commit comments