Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
Fixes #49 - Add TCK module
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem committed May 5, 2024
1 parent 58d75b2 commit 8718d85
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<modules>
<module>impl</module>
<module>servlet</module>
<module>tck</module>
</modules>
<build>
<plugins>
Expand Down
12 changes: 12 additions & 0 deletions tck/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?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.cheetah</groupId>
<artifactId>project</artifactId>
<version>23.5.0-SNAPSHOT</version>
</parent>
<artifactId>cheetah-tck</artifactId>
<packaging>pom</packaging>
<name>Manorrock Cheetah - TCK</name>
</project>

0 comments on commit 8718d85

Please sign in to comment.