Skip to content

Commit

Permalink
[MRELEASE-1088] Remove parsing of CLI arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed May 5, 2022
1 parent 85d973c commit e6a7cad
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 417 deletions.
11 changes: 0 additions & 11 deletions maven-release-manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,17 +95,6 @@
<artifactId>commons-lang3</artifactId>
<version>3.12.0</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>1.2</version>
<exclusions>
<exclusion>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- scm dependencies -->
<dependency>
<groupId>org.apache.maven.scm</groupId>
Expand Down
Loading

0 comments on commit e6a7cad

Please sign in to comment.