Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

On branch edburns-msft-1410-arquillian-version #1441

Merged

Conversation

edburns
Copy link
Contributor

@edburns edburns commented Aug 7, 2024

WIP: Intended to fix #1410 .

modified: pom.xml

  • Add shrinkwrap, container-se-api to dependencyManagement.

  • Update arquillian version.

  • Remove duplicate maven-source-plugin dependency.

modified: .gitignore

  • Add scratch file.

modified: core-profile-tck/pom.xml

  • Remove arquillian.container.se.api.version property. Pull arquillian version from parent via dependencyManagement.

modified: glassfish-runner/websocket-tck/websocket-tck-run/pom.xml
modified: websocket/pom.xml

  • Does not use an internal parent POM, therefore must include the arquillian version inline here.

modified: javaee/pom.xml
modified: jms-tck/pom.xml
modified: jstl/pom.xml

  • Pull arquillian version from parent via dependencyManagement.

Fixes Issue

#1410

Related Issue(s)

jakartaee/batch-tck#82

Describe the change

Upgrade arquillian version as requested in #1410.

Additional context
Add any other context about the problem here.

CC @alwin-joseph @anajosep @arjantijms @cesarhernandezgt @dblevins @m0mus @edbratt @gurunrao @jansupol @jgallimore @kazumura @kwsutter @LanceAndersen @bhatpmk @RohitKumarJain @shighbar @gthoman @brideck @OndroMih @dmatej
@starksm64 @scottmarlow

edburns added 2 commits August 7, 2024 15:54
modified:   pom.xml

- Add shrinkwrap, container-se-api to dependencyManagement.

- Update arquillian version.

- Remove duplicate maven-source-plugin dependency.

modified:   .gitignore

- Add scratch file.

modified:   core-profile-tck/pom.xml

- Remove arquillian.container.se.api.version property. Pull arquillian version from parent via dependencyManagement.

modified:   glassfish-runner/websocket-tck/websocket-tck-run/pom.xml
modified:   websocket/pom.xml

- Does not use an internal parent POM, therefore must include the arquillian version inline here.

modified:   javaee/pom.xml
modified:   jms-tck/pom.xml
modified:   jstl/pom.xml

- Pull arquillian version from parent via dependencyManagement.

Signed-off-by: Ed Burns <[email protected]>
…Arquillian is used.

modified:   cdi-ee-tck/pom.xml
modified:   glassfish-runner/cdi-model-tck/pom.xml
modified:   glassfish-runner/cdi-tck/pom.xml
modified:   glassfish-runner/concurrency-tck/pom.xml
modified:   glassfish-runner/javaee-module-tck/pom.xml
modified:   glassfish-runner/jaxrs-platform-tck/pom.xml
modified:   glassfish-runner/jsonb-platform-tck/pom.xml
modified:   glassfish-runner/jsonp-platform-tck/pom.xml
modified:   glassfish-runner/jsp-platform-tck/pom.xml
modified:   glassfish-runner/jstl-tck/pom.xml
modified:   glassfish-runner/pages-tck/pages-tck-run/pom.xml
modified:   glassfish-runner/pom.xml
modified:   glassfish-runner/rest-tck/pom.xml
modified:   glassfish-runner/servlet-tck/servlet-tck-run/pom.xml
modified:   jpa/bin/pom.xml
modified:   jpa/pom.xml
modified:   jsonb/pom.xml
modified:   jsonp/pom.xml
modified:   jsp/pom.xml
modified:   saaj/pom.xml

Signed-off-by: Ed Burns <[email protected]>
@starksm64 starksm64 merged commit 46baede into jakartaee:main Aug 13, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update the root pom to Arquillian 1.9.1.Final and add dependencies to module poms
2 participants