Skip to content

Commit a2f9c51

Browse files
committed
Removed duplicate money dep.
1 parent fe47dc0 commit a2f9c51

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

pom.xml

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,11 @@
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>
@@ -249,16 +253,5 @@
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>

0 commit comments

Comments
 (0)