diff --git a/com.io7m.jxtrand.examples/src/main/java/module-info.java b/com.io7m.jxtrand.examples/src/main/java/module-info.java
index 116e426..d2d4379 100644
--- a/com.io7m.jxtrand.examples/src/main/java/module-info.java
+++ b/com.io7m.jxtrand.examples/src/main/java/module-info.java
@@ -23,8 +23,13 @@
requires static org.osgi.annotation.bundle;
requires static org.osgi.annotation.versioning;
- requires transitive com.io7m.jxtrand.api;
+ requires com.io7m.jxtrand.api;
requires com.io7m.jxtrand.vanilla;
+ opens com.io7m.jxtrand.examples to
+ com.io7m.jxtrand.vanilla;
+ opens com.io7m.jxtrand.examples.internal to
+ com.io7m.jxtrand.vanilla;
+
exports com.io7m.jxtrand.examples;
}
diff --git a/com.io7m.jxtrand.tests/pom.xml b/com.io7m.jxtrand.tests/pom.xml
index 6725410..728040a 100644
--- a/com.io7m.jxtrand.tests/pom.xml
+++ b/com.io7m.jxtrand.tests/pom.xml
@@ -55,6 +55,11 @@
org.slf4j
slf4j-api
+
+ ch.qos.logback
+ logback-classic
+
+
org.junit.jupiter
junit-jupiter-api
@@ -64,8 +69,16 @@
junit-jupiter-engine
- ch.qos.logback
- logback-classic
+ org.junit.platform
+ junit-platform-commons
+
+
+ org.junit.platform
+ junit-platform-engine
+
+
+ org.junit.platform
+ junit-platform-launcher
diff --git a/pom.xml b/pom.xml
index 6af06b2..beb11ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,7 @@
3.9.9
- 5.11.2
+ 5.11.2
@@ -166,14 +166,11 @@
- org.junit.jupiter
- junit-jupiter-api
- ${junit.version}
-
-
- org.junit.jupiter
- junit-jupiter-engine
- ${junit.version}
+ org.junit
+ junit-bom
+ ${org.junit.version}
+ pom
+ import
org.mock-server