Skip to content

Commit 9301a65

Browse files
committed
Fixed deps.
1 parent c5b8fc9 commit 9301a65

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

pom.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
<properties>
4545
<!-- ************ TCK Setup ****************** -->
4646
<!-- 1) JSR API version to be used. -->
47-
<jsr.version>1.0-RC3</jsr.version>
48-
<api.artifactId>moneta</api.artifactId>
47+
<api.version>1.0-RC3</api.version>
48+
<api.artifactId>money-api</api.artifactId>
4949
<!-- 2) TCK version to be used. -->
5050
<org.javamoney.tck.version>1.0-SNAPSHOT</org.javamoney.tck.version>
5151
<!-- 3) Your implementation artifact to be tested. -->
@@ -257,6 +257,12 @@
257257
<type>${impl.packageType}</type>
258258
<version>${impl.version}</version>
259259
</dependency>
260+
<dependency>
261+
<groupId>javax.money</groupId>
262+
<artifactId>${api.artifactId}</artifactId>
263+
<type>jar</type>
264+
<version>${api.version}</version>
265+
</dependency>
260266
<dependency>
261267
<groupId>org.testng</groupId>
262268
<artifactId>testng</artifactId>

0 commit comments

Comments
 (0)