Skip to content

Commit

Permalink
Fixes #254 - Add tck module
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem committed May 5, 2024
1 parent d3f2827 commit 81932f3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@
<modules>
<module>impl</module>
<module>test</module>
<module>tck</module>
</modules>
<profiles>
<profile>
Expand Down
13 changes: 13 additions & 0 deletions tck/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.manorrock.flounder</groupId>
<artifactId>project</artifactId>
<version>20.8.0-SNAPSHOT</version>
</parent>
<artifactId>flounder-tck</artifactId>
<packaging>pom</packaging>
<name>Manorrock Flounder - TCK</name>
</project>

0 comments on commit 81932f3

Please sign in to comment.