Skip to content

Commit

Permalink
Remove unused lib dir
Browse files Browse the repository at this point in the history
Update to cdi.api.version 4.1.0.RC1

Signed-off-by: Scott M Stark <[email protected]>
  • Loading branch information
starksm64 committed Feb 29, 2024
1 parent f2c487a commit 1fc0ac1
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 16 deletions.
4 changes: 0 additions & 4 deletions dist-build/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ doc/

– A detailed reference guide for the current version of TCK in both pdf and html formats

lib/

– Maven project to get all TCK dependencies

weld/

– subdirectory for the sample TCK runner for using Weld (the CDI ratifying compatible implementation) standalone and with WildFly
Expand Down
9 changes: 0 additions & 9 deletions dist-build/src/main/assembly/assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,15 +93,6 @@
<outputDirectory>artifacts</outputDirectory>
<useProjectArtifact>false</useProjectArtifact>
</dependencySet>
<dependencySet>
<includes>
<include>jakarta.enterprise:cdi-tck-dist-libs</include>
</includes>
<useTransitiveDependencies>false</useTransitiveDependencies>
<outputDirectory>/lib</outputDirectory>
<useProjectArtifact>false</useProjectArtifact>
<unpack>true</unpack>
</dependencySet>
<dependencySet>
<includes>
<include>jakarta.enterprise:cdi-tck-reference-guide:zip</include>
Expand Down
2 changes: 1 addition & 1 deletion doc/reference/src/main/asciidoc/installation.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This chapter explains how to obtain the TCK and supporting software and provides

=== Obtaining the Software

You can obtain a release of the CDI TCK project from the link:$$https://download.eclipse.org/jakartaee/cdi/$$[download page] on the CDI specification website. The release stream for Jakarta CDI is named _4.1.x_. The CDI TCK is distributed as a ZIP file, which contains the TCK artifacts (the test suite binary and source, porting package API binary and source, the test suite configuration file, the audit source and report) in /artifacts and documentation in /doc. The TCK library dependencies are not part of the distribution and can be downloaded on demand (see readme.txt file in /lib).
You can obtain a release of the CDI TCK project from the link:$$https://download.eclipse.org/jakartaee/cdi/$$[download page] on the CDI specification website. The release stream for Jakarta CDI is named _4.1.x_. The CDI TCK is distributed as a ZIP file, which contains the TCK artifacts (the test suite binary and source, porting package API binary and source, the test suite configuration file, the audit source and report) in /artifacts and documentation in /doc.

You can also download the current source code from link:$$https://github.com/eclipse-ee4j/cdi-tck$$[GitHub repository].

Expand Down
2 changes: 1 addition & 1 deletion impl/src/main/resources/sigtest-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<interceptors.api.version>2.2.0-M1</interceptors.api.version>
<atinject.api.version>2.0.1</atinject.api.version>
<el.api.version>6.0.0-RC1</el.api.version>
<cdi.api.version>4.1.0.Beta1</cdi.api.version>
<cdi.api.version>4.1.0.RC1</cdi.api.version>
</properties>

<!-- Set the api jar artifact dependencies here -->
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@

<properties>
<!-- CDI API -->
<cdi.api.version>4.1.0.Beta2</cdi.api.version>
<cdi.api.version>4.1.0.RC1</cdi.api.version>
<maven.compiler.release>11</maven.compiler.release>
<!-- Jakarta EE APIs Core -->
<annotations.api.version>3.0.0-M1</annotations.api.version>
Expand Down

0 comments on commit 1fc0ac1

Please sign in to comment.