Skip to content

Commit

Permalink
use M1 modules of jakarta.tck project
Browse files Browse the repository at this point in the history
  • Loading branch information
alwin-joseph committed Apr 4, 2024
1 parent dda566d commit 8abee4f
Showing 1 changed file with 24 additions and 10 deletions.
34 changes: 24 additions & 10 deletions tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>jakarta.tck</groupId>
<groupId>org.eclipse.ee4j</groupId>
<artifactId>project</artifactId>
<version>11.0.0-SNAPSHOT</version>
<version>1.0.9</version>
<relativePath/>
</parent>

<artifactId>jakarta-pages-tck</artifactId>
Expand All @@ -44,26 +45,39 @@
<junit.jupiter.version>5.9.3</junit.jupiter.version>
</properties>

<repositories>
<repository>
<id>repo2</id>
<name>staging repo</name>
<url>https://jakarta.oss.sonatype.org/content/repositories/staging</url>
</repository>
<repository>
<id>repo1</id>
<name>maven repo</name>
<url>https://repo1.maven.org/maven2/</url>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>common</artifactId>
<version>11.0.0-SNAPSHOT</version>
<version>11.0.0-M1</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>runtime</artifactId>
<version>11.0.0-SNAPSHOT</version>
<version>11.0.0-M1</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>libutil</artifactId>
<version>11.0.0-SNAPSHOT</version>
<version>11.0.0-M1</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>signaturetest</artifactId>
<version>11.0.0-SNAPSHOT</version>
<version>11.0.0-M1</version>
</dependency>
<dependency>
<groupId>jakarta.tck</groupId>
Expand Down

0 comments on commit 8abee4f

Please sign in to comment.