Skip to content

Commit

Permalink
Stop using deprected dependency artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo committed Nov 10, 2024
1 parent e0fb53f commit 8d8aca3
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,7 @@ public void testSetProperties() throws Exception {
artifacts.addAll(directArtifacts);

project.setArtifacts(artifacts);
project.setDependencyArtifacts(directArtifacts);

// this.assertNull( project.getProperties().getProperty( "org.apacha ) )
mojo.execute();

for (Artifact artifact : artifacts) {
Expand Down

0 comments on commit 8d8aca3

Please sign in to comment.