File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
web/javamoney-payment-cdi-event Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 4444 <!-- maven-compiler-plugin -->
4545 <maven .compiler.target>1.6</maven .compiler.target>
4646 <maven .compiler.source>1.6</maven .compiler.source>
47+ <impl .version>1.1</impl .version>
4748 </properties >
4849 <dependencyManagement >
4950 <dependencies >
7778 </dependency >
7879 <dependency >
7980 <groupId >javax.money</groupId >
80- <artifactId >money-api</artifactId >
81+ <artifactId >money-api-bp </artifactId >
8182 <version >${api.version} </version >
8283 </dependency >
8384 <dependency >
8485 <groupId >org.javamoney</groupId >
85- <artifactId >moneta</artifactId >
86+ <artifactId >moneta-bp </artifactId >
8687 <version >${impl.version} </version >
8788 </dependency >
8889 </dependencies >
9192 <dependencies >
9293 <dependency >
9394 <groupId >javax.money</groupId >
94- <artifactId >money-api</artifactId >
95+ <artifactId >money-api-bp </artifactId >
9596 </dependency >
9697 <dependency >
9798 <groupId >org.javamoney</groupId >
98- <artifactId >moneta</artifactId >
99+ <artifactId >moneta-bp </artifactId >
99100 </dependency >
100101 <!-- Import the CDI API, we use provided scope as the API is included in
101102 JBoss AS 7 -->
You can’t perform that action at this time.
0 commit comments