Skip to content

Commit

Permalink
Remove remove-maven-artifact-transfer constraint from BOM
Browse files Browse the repository at this point in the history
This is a follow up of quarkusio#21749
as we removed the property from the BOM but not the constraint.

(cherry picked from commit 62f3e08)
  • Loading branch information
gsmet committed Dec 22, 2021
1 parent 55d1744 commit 46dbb0e
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4817,33 +4817,6 @@
<version>${azure-functions-java-library.version}</version>
</dependency>

<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-artifact-transfer</artifactId>
<version>${maven-artifact-transfer.version}</version>
<exclusions>
<exclusion>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-classworlds</artifactId>
</exclusion>
<exclusion>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-shared-utils</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.maven</groupId>
<artifactId>maven-model</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.maven</groupId>
<artifactId>maven-artifact</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-invoker</artifactId>
Expand Down

0 comments on commit 46dbb0e

Please sign in to comment.