Skip to content

Commit

Permalink
add parent for the test runner
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
  • Loading branch information
lukasj committed Feb 22, 2022
1 parent dad2bba commit f02dac1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tck/tck-dist-eftl/src/main/bin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@

<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.eclipse.ee4j</groupId>
<artifactId>project</artifactId>
<version>1.0.7</version>
<relativePath/>
</parent>

<groupId>jakarta.json</groupId>
<artifactId>jakarta.json-tck-impl</artifactId>
<version>${project.version}</version>
Expand Down

0 comments on commit f02dac1

Please sign in to comment.