Skip to content

Commit

Permalink
Polish
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Sep 1, 2023
1 parent 79f8f9f commit f8c80a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ void dependencyManagementIsExpandedToCoverDependenciesWithAClassifier() throws E
Collections.emptyList());
NodeAssert pom = configuredPom(PROJECT_TAG
+ "<dependencies><dependency><groupId>org.apache.logging.log4j</groupId><artifactId>log4j-core</artifactId><classifier>test</classifier></dependency></dependencies></project>");
// assertThat(pom).nodesAtPath("//project/dependencyManagement/dependencies/dependency").hasSize(2);
assertThat(pom).nodesAtPath("//project/dependencyManagement/dependencies/dependency").hasSize(2);
assertThat(pom).textAtPath("//project/dependencyManagement/dependencies/dependency[1]/groupId")
.isEqualTo("org.apache.logging.log4j");
assertThat(pom).textAtPath("//project/dependencyManagement/dependencies/dependency[1]/artifactId")
Expand Down

0 comments on commit f8c80a1

Please sign in to comment.