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

[SHRINKRES-334] Update dependencies to their latest version #197

Merged
merged 4 commits into from
Mar 29, 2024

Conversation

petrberan
Copy link
Member

@petrberan petrberan requested a review from xstefank March 12, 2024 20:24
<version.org.apache.maven.plugins.maven-jar-plugin>2.3.2</version.org.apache.maven.plugins.maven-jar-plugin>
<version.org.jboss.spec.jboss-javaee-web-6.0>3.0.2.Final</version.org.jboss.spec.jboss-javaee-web-6.0>
<version.commons-codec>1.16.1</version.commons-codec>
<version.junit>4.13.2</version.junit>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's just strange that somewhere you did add full version.groupId.artifactId like plexus above, and here you are removing it. It would be good to have some convention for this

@@ -191,7 +191,7 @@ public static void verifyModuleTwo(BuiltProject builtProject) {
assertEquals(archiveNameModuleTwoParamValue + ".ear", defaultBuiltArchive.getName());

verifyThatArchiveContains(defaultBuiltArchive, "/" + baseArchiveNameModuleOne + ".jar");
verifyThatArchiveContains(defaultBuiltArchive, "/commons-codec-1.15.jar");
verifyThatArchiveContains(defaultBuiltArchive, "/commons-codec-1.16.1.jar");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This probably shouldn't be hardcoded.

@xstefank
Copy link
Member

@petrberan up to you if you want to fix my comments.

@xstefank xstefank merged commit ac311e1 into shrinkwrap:master Mar 29, 2024
1 check 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.

2 participants