Skip to content

Commit

Permalink
Fixes piranhacloud#4417 - Move JSON Processing TCK to coreprofile-tck…
Browse files Browse the repository at this point in the history
… module (piranhacloud#4431)
  • Loading branch information
mnriem authored Dec 24, 2024
1 parent 940323c commit 4fdbc33
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>cloud.piranha.external.tck.jsonp</groupId>
<groupId>cloud.piranha.external.coreprofiletck.jsonp</groupId>
<artifactId>project</artifactId>
<version>25.1.0-SNAPSHOT</version>
</parent>

<artifactId>piranha-external-tck-jsonp-installer</artifactId>
<artifactId>piranha-external-coreprofiletck-jsonp-installer</artifactId>
<packaging>pom</packaging>

<name>Piranha - External - TCK - JSON Processing - Installer</name>
<name>Piranha - External - Core Profile TCK - JSON Processing - Installer</name>

<properties>
<tck.home>${project.build.directory}/tck</tck.home>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>cloud.piranha.external.tck</groupId>
<groupId>cloud.piranha.external.coreprofiletck</groupId>
<artifactId>project</artifactId>
<version>25.1.0-SNAPSHOT</version>
</parent>

<groupId>cloud.piranha.external.tck.jsonp</groupId>
<groupId>cloud.piranha.external.coreprofiletck.jsonp</groupId>
<artifactId>project</artifactId>
<packaging>pom</packaging>

<name>Piranha - External - TCK - JSON Processing - Project</name>
<name>Piranha - External - Core Profile TCK - JSON Processing - Project</name>

<properties>
<jsonp.tck.version>2.1.1</jsonp.tck.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>cloud.piranha.external.tck.jsonp</groupId>
<groupId>cloud.piranha.external.coreprofiletck.jsonp</groupId>
<artifactId>project</artifactId>
<version>25.1.0-SNAPSHOT</version>
</parent>

<artifactId>cloud-piranha-external-tck-jsonp-runner</artifactId>
<artifactId>cloud-piranha-external-coreprofiletck-jsonp-runner</artifactId>
<packaging>pom</packaging>

<name>Piranha - External - TCK - JSON Processing - Runner</name>
<name>Piranha - External - Core Profile TCK - JSON Processing - Runner</name>

<properties>
<tck.home>${project.build.directory}/../../installer/target/tck</tck.home>
Expand All @@ -31,8 +31,8 @@
</dependencyManagement>
<dependencies>
<dependency>
<groupId>cloud.piranha.external.tck.jsonp</groupId>
<artifactId>piranha-external-tck-jsonp-installer</artifactId>
<groupId>cloud.piranha.external.coreprofiletck.jsonp</groupId>
<artifactId>piranha-external-coreprofiletck-jsonp-installer</artifactId>
<version>${project.version}</version>
<type>pom</type>
</dependency>
Expand Down
1 change: 0 additions & 1 deletion external/tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
<modules>
<module>cdi</module>
<module>coreprofile</module>
<module>jsonp</module>
<module>jwt</module>
<module>server</module>
</modules>
Expand Down

0 comments on commit 4fdbc33

Please sign in to comment.