Skip to content

Commit 4fdbc33

Browse files
authored
Fixes #4417 - Move JSON Processing TCK to coreprofile-tck module (#4431)
1 parent 940323c commit 4fdbc33

File tree

4 files changed

+11
-12
lines changed

4 files changed

+11
-12
lines changed

external/tck/jsonp/installer/pom.xml renamed to external/coreprofile-tck/jsonp/installer/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
<modelVersion>4.0.0</modelVersion>
55

66
<parent>
7-
<groupId>cloud.piranha.external.tck.jsonp</groupId>
7+
<groupId>cloud.piranha.external.coreprofiletck.jsonp</groupId>
88
<artifactId>project</artifactId>
99
<version>25.1.0-SNAPSHOT</version>
1010
</parent>
1111

12-
<artifactId>piranha-external-tck-jsonp-installer</artifactId>
12+
<artifactId>piranha-external-coreprofiletck-jsonp-installer</artifactId>
1313
<packaging>pom</packaging>
1414

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

1717
<properties>
1818
<tck.home>${project.build.directory}/tck</tck.home>

external/tck/jsonp/pom.xml renamed to external/coreprofile-tck/jsonp/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
<modelVersion>4.0.0</modelVersion>
55

66
<parent>
7-
<groupId>cloud.piranha.external.tck</groupId>
7+
<groupId>cloud.piranha.external.coreprofiletck</groupId>
88
<artifactId>project</artifactId>
99
<version>25.1.0-SNAPSHOT</version>
1010
</parent>
1111

12-
<groupId>cloud.piranha.external.tck.jsonp</groupId>
12+
<groupId>cloud.piranha.external.coreprofiletck.jsonp</groupId>
1313
<artifactId>project</artifactId>
1414
<packaging>pom</packaging>
1515

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

1818
<properties>
1919
<jsonp.tck.version>2.1.1</jsonp.tck.version>

external/tck/jsonp/runner/pom.xml renamed to external/coreprofile-tck/jsonp/runner/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
<modelVersion>4.0.0</modelVersion>
55

66
<parent>
7-
<groupId>cloud.piranha.external.tck.jsonp</groupId>
7+
<groupId>cloud.piranha.external.coreprofiletck.jsonp</groupId>
88
<artifactId>project</artifactId>
99
<version>25.1.0-SNAPSHOT</version>
1010
</parent>
1111

12-
<artifactId>cloud-piranha-external-tck-jsonp-runner</artifactId>
12+
<artifactId>cloud-piranha-external-coreprofiletck-jsonp-runner</artifactId>
1313
<packaging>pom</packaging>
1414

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

1717
<properties>
1818
<tck.home>${project.build.directory}/../../installer/target/tck</tck.home>
@@ -31,8 +31,8 @@
3131
</dependencyManagement>
3232
<dependencies>
3333
<dependency>
34-
<groupId>cloud.piranha.external.tck.jsonp</groupId>
35-
<artifactId>piranha-external-tck-jsonp-installer</artifactId>
34+
<groupId>cloud.piranha.external.coreprofiletck.jsonp</groupId>
35+
<artifactId>piranha-external-coreprofiletck-jsonp-installer</artifactId>
3636
<version>${project.version}</version>
3737
<type>pom</type>
3838
</dependency>

external/tck/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
<modules>
1919
<module>cdi</module>
2020
<module>coreprofile</module>
21-
<module>jsonp</module>
2221
<module>jwt</module>
2322
<module>server</module>
2423
</modules>

0 commit comments

Comments
 (0)