File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 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. -->
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 >
You can’t perform that action at this time.
0 commit comments