This is an automated email from the ASF dual-hosted git repository.
jlmonteiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee-tck.git
The following commit(s) were added to refs/heads/master by this push:
new feca081 Make sure we can run on JDK 17 and higher
feca081 is described below
commit feca08183ddeba0c5483e2115752f8092543b120
Author: Jean-Louis Monteiro <[email protected]>
AuthorDate: Fri Jul 1 11:44:49 2022 +0200
Make sure we can run on JDK 17 and higher
---
pom.xml | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index d6c62ec..89c8173 100644
--- a/pom.xml
+++ b/pom.xml
@@ -338,11 +338,6 @@
</dependency>
-->
- <dependency>
- <groupId>org.apache.yoko</groupId>
- <artifactId>yoko-spec-corba</artifactId>
- <version>1.4</version>
- </dependency>
</dependencies>
<profiles>
@@ -833,7 +828,7 @@
<overWriteReleases>false</overWriteReleases>
<overWriteSnapshots>true</overWriteSnapshots>
<excludeTransitive>true</excludeTransitive>
-
<includeArtifactIds>yoko-spec-corba,hawtbuf,activemq-client,tsharness,tssv,cts,whitebox,dbprocedures,geronimo-mail,derby,derbynet,derbyclient,webdeployer</includeArtifactIds>
+
<includeArtifactIds>hawtbuf,activemq-client,tsharness,tssv,cts,whitebox,dbprocedures,geronimo-mail,derby,derbynet,derbyclient,webdeployer</includeArtifactIds>
</configuration>
</execution>
@@ -950,6 +945,8 @@
<include name="eclipselink*.jar"/>
+ <include name="yoko*.jar"/>
+
</fileset>
</copy>
<copy todir="${project.build.directory}/lib">