Skip to content

Commit

Permalink
Revert "update plexus-utils (#42)"
Browse files Browse the repository at this point in the history
This reverts commit d844f06.
  • Loading branch information
elharo committed Apr 11, 2020
1 parent d844f06 commit 0e03daa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -46,7 +46,7 @@ public void testCreation()
{
Commandline cl = factory.createCommandLine( "exec" );

assertEquals( "Check executable", "'exec'", cl.getExecutable() );
assertEquals( "Check executable", "exec", cl.getExecutable() );
assertNotNull( "Check environment", cl.getEnvironmentVariables() );
assertFalse( "Check environment", cl.getEnvironmentVariables().length == 0 );
}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -181,7 +181,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.3.0</version>
<version>3.0.15</version>
</dependency>
<dependency>
<groupId>org.jdom</groupId>
Expand Down

0 comments on commit 0e03daa

Please sign in to comment.