Skip to content

Commit

Permalink
Use parameter for API and default to 4.0.0
Browse files Browse the repository at this point in the history
Remove unused test folder

Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
  • Loading branch information
arjantijms committed May 13, 2024
1 parent 3a6a8f1 commit f20f3bb
Show file tree
Hide file tree
Showing 17 changed files with 2 additions and 4,206 deletions.
2 changes: 0 additions & 2 deletions tck/old-tck/source/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -338,8 +338,6 @@

<tck-setting key="report.dir" value="${tck.home}/securityapireport/securityapi"/>
<tck-setting key="work.dir" value="${tck.home}/securityapiwork/securityapi"/>

<!--tck-setting key="security.classes" value="${web.home}/modules/jakarta.servlet-api.jar$;${web.home}/modules/jakarta.security.enterprise-api.jar$;${web.home}/modules/jakarta.security.auth.message-api.jar$;${web.home}/modules/jakarta.annotation-api.jar$;${web.home}/modules/jakarta.inject-api.jar$;${web.home}/modules/jakarta.enterprise.cdi-api.jar$;${web.home}/modules/jakarta.faces.jar$;${web.home}/modules/jakarta.interceptor-api.jar$;${web.home}/modules/jakarta.authentication-api.jar$;${web.home}/modules/jakarta.ejb-api.jar$;/${ts.home}/lib/unboundid-ldapsdk.jar"/-->

<mkdir dir="${tck.home}/securityapireport"/>
<mkdir dir="${tck.home}/securityapireport/securityapi"/>
Expand Down
4 changes: 2 additions & 2 deletions tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
<zipname>${project.artifactId}-${project.version}</zipname>
<licenseFile>${project.basedir}/LICENSE_EFTL.md</licenseFile>

<security-api.version>4.0.0-SNAPSHOT</security-api.version>
<security-api.version>4.0.0</security-api.version>

<buildDirectory>${project.basedir}/target</buildDirectory>

Expand Down Expand Up @@ -175,7 +175,7 @@
<dependency>
<groupId>jakarta.security.enterprise</groupId>
<artifactId>jakarta.security.enterprise-api</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>${security-api.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
438 changes: 0 additions & 438 deletions tck/signaturetest/pom.xml

This file was deleted.

0 comments on commit f20f3bb

Please sign in to comment.