We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ac5188 commit ae3d1a9Copy full SHA for ae3d1a9
pom.xml
@@ -98,14 +98,20 @@
98
<groupId>org.javamoney</groupId>
99
<artifactId>javamoney-tck</artifactId>
100
<version>${org.javamoney.tck.version}</version>
101
+ <exclusions>
102
+ <exclusion> <!-- We only need this for the Java 8 version -->
103
+ <groupId>org.javamoney</groupId>
104
+ <artifactId>moneta-bp</artifactId>
105
+ </exclusion>
106
+ </exclusions>
107
</dependency>
108
<dependency>
109
<groupId>${impl.groupId}</groupId>
110
<artifactId>${impl.artifactId}</artifactId>
111
<version>${impl.version}</version>
112
<type>${impl.packageType}</type>
113
-
114
+
115
116
<groupId>javax.money</groupId>
117
<artifactId>${api.artifactId}</artifactId>
0 commit comments