From 81932f3b9627bc6360c0cdec10a921a9cb34b4ca Mon Sep 17 00:00:00 2001 From: Manfred Riem Date: Sun, 5 May 2024 08:56:25 -0500 Subject: [PATCH] Fixes #254 - Add tck module --- pom.xml | 1 + tck/pom.xml | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 tck/pom.xml diff --git a/pom.xml b/pom.xml index 88bac54..204cd34 100644 --- a/pom.xml +++ b/pom.xml @@ -202,6 +202,7 @@ impl test + tck diff --git a/tck/pom.xml b/tck/pom.xml new file mode 100644 index 0000000..5a895f6 --- /dev/null +++ b/tck/pom.xml @@ -0,0 +1,13 @@ + + + + 4.0.0 + + com.manorrock.flounder + project + 20.8.0-SNAPSHOT + + flounder-tck + pom + Manorrock Flounder - TCK + \ No newline at end of file