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 211211 <groupId >javax.money</groupId >
212212 <artifactId >money-api</artifactId >
213213 <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 >
215219 </dependency >
216220 <dependency >
217221 <groupId >org.javamoney</groupId >
249253 <artifactId >testng</artifactId >
250254 <scope >test</scope >
251255 </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 >
263256 </dependencies >
264257</project >
You can’t perform that action at this time.
0 commit comments