Skip to content

Commit

Permalink
Moved the 'mtr-cli' to the 'mtr' profile (#821)
Browse files Browse the repository at this point in the history
* Moved the 'mtr-cli' to the 'mtr' profile

* Switched to 'windup-cli-parent' dependency

* Removed useless 'dependencies' block
  • Loading branch information
mrizzi committed Aug 18, 2022
1 parent 32ce4c1 commit aa4ba3b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
10 changes: 0 additions & 10 deletions executor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,16 +104,6 @@
<artifactId>windup-web-jpa-model</artifactId>
<version>${project.version}</version>
</dependency>

<!-- Placeholder dependency for letting PNC manage the 'version' value properly -->
<dependency>
<groupId>org.jboss.windup</groupId>
<artifactId>${windup.distribution.name}</artifactId>
<version>${version.windup.cli}</version>
<classifier>offline</classifier>
<type>zip</type>
<scope>provided</scope>
</dependency>
</dependencies>

<build>
Expand Down
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,13 @@
<artifactId>httpmime</artifactId>
<version>${version.httpcomponents}</version>
</dependency>
<!-- Placeholder dependency for letting PNC manage the 'version' value properly -->
<dependency>
<groupId>org.jboss.windup</groupId>
<artifactId>windup-cli-parent</artifactId>
<version>${version.windup.cli}</version>
<type>pom</type>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit aa4ba3b

Please sign in to comment.