Skip to content

Commit

Permalink
Merge pull request #1093 from ericglau/486
Browse files Browse the repository at this point in the history
Use separate compile and test classpaths
  • Loading branch information
ericglau committed Feb 8, 2021
2 parents aff0445 + b1dc772 commit 673c7cd
Show file tree
Hide file tree
Showing 3 changed files with 97 additions and 163 deletions.
2 changes: 1 addition & 1 deletion liberty-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<dependency>
<groupId>io.openliberty.tools</groupId>
<artifactId>ci.common</artifactId>
<version>1.8.13</version>
<version>1.8.14-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.twdata.maven</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ public void invalidDependencyTest() throws Exception {
String invalidDep = "<dependency>\n" + " <groupId>io.openliberty.features</groupId>\n"
+ " <artifactId>abcd</artifactId>\n" + " <version>1.0</version>\n" + " </dependency>";
replaceString(invalidDepComment, invalidDep, pom);
assertTrue(verifyLogMessageExists("Unable to resolve artifact: io.openliberty.features:abcd:1.0", 10000));
assertTrue(verifyLogMessageExists("The POM for io.openliberty.features:abcd:jar:1.0 is missing, no dependency information available", 10000));
}

@Test
Expand Down
Loading

0 comments on commit 673c7cd

Please sign in to comment.