From 727b09bf8fe6c0b9085d2b61d1f8ed5c81b2fdce Mon Sep 17 00:00:00 2001 From: Michael Williamson Date: Sun, 5 Jul 2026 10:56:48 +0100 Subject: Use JUnit in Java transient-0 example --- examples/10-transient-0/output/java-junit/pom.xml | 64 +++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 examples/10-transient-0/output/java-junit/pom.xml (limited to 'examples/10-transient-0/output/java-junit/pom.xml') diff --git a/examples/10-transient-0/output/java-junit/pom.xml b/examples/10-transient-0/output/java-junit/pom.xml new file mode 100644 index 0000000..88ef3e5 --- /dev/null +++ b/examples/10-transient-0/output/java-junit/pom.xml @@ -0,0 +1,64 @@ + + 4.0.0 + + org.zwobble.hobgoblin.examples + example + 1.0-SNAPSHOT + + + UTF-8 + 25 + 25 + + + + + + org.junit + junit-bom + 5.9.3 + pom + import + + + + + + + org.zwobble.precisely + precisely + 0.1.5 + + + org.junit.jupiter + junit-jupiter + test + + + + + + + org.codehaus.mojo + build-helper-maven-plugin + 3.6.1 + + + add-source + generate-sources + + add-source + + + + src/gen/java + + + + + + + + -- cgit v1.2.3