Skip to content

Commit

Permalink
remove dbprocedures jar dep in runner (#1915)
Browse files Browse the repository at this point in the history
  • Loading branch information
alwin-joseph authored Feb 10, 2025
1 parent bf5bbd9 commit 8554237
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
<version>${version.persistence.tck}</version>
<scope>test</scope>
</dependency>
<dependency>
<!-- <dependency>
<groupId>jakarta.tck</groupId>
<artifactId>persistence-platform-tck-dbprocedures</artifactId>
<version>${version.persistence.tck}</version>
Expand All @@ -119,7 +119,7 @@
<artifactId>jakarta.persistence-api</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependency> -->

<!-- TCK tools dependencies (the TCK above depends on these) -->
<dependency>
Expand Down Expand Up @@ -265,7 +265,7 @@
</artifactItems>
</configuration>
</execution>
<execution>
<!-- <execution>
<id>004-copy-lib</id>
<goals>
<goal>copy</goal>
Expand All @@ -282,7 +282,7 @@
</artifactItem>
</artifactItems>
</configuration>
</execution>
</execution> -->
</executions>
</plugin>

Expand Down

0 comments on commit 8554237

Please sign in to comment.