Skip to content

Commit 4ecbbd7

Browse files
committed
1 parent 2c06c8c commit 4ecbbd7

File tree

1 file changed

+5
-4
lines changed
  • web/javamoney-payment-cdi-event

1 file changed

+5
-4
lines changed

web/javamoney-payment-cdi-event/pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
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>
@@ -77,12 +78,12 @@
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>
@@ -91,11 +92,11 @@
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 -->

0 commit comments

Comments
 (0)