Skip to content

Commit ae3d1a9

Browse files
committed
21: Adjust TCK Examples
exclude BP at runtime Task-Url: http://github.com/JavaMoney/javamoney-examples/issues/issue/21
1 parent 6ac5188 commit ae3d1a9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,14 +98,20 @@
9898
<groupId>org.javamoney</groupId>
9999
<artifactId>javamoney-tck</artifactId>
100100
<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>
101107
</dependency>
102108
<dependency>
103109
<groupId>${impl.groupId}</groupId>
104110
<artifactId>${impl.artifactId}</artifactId>
105111
<version>${impl.version}</version>
106112
<type>${impl.packageType}</type>
107113
</dependency>
108-
114+
109115
<dependency>
110116
<groupId>javax.money</groupId>
111117
<artifactId>${api.artifactId}</artifactId>

0 commit comments

Comments
 (0)