Skip to content

Commit

Permalink
Move maven deps to provided scope
Browse files Browse the repository at this point in the history
  • Loading branch information
akurtakov committed Oct 18, 2023
1 parent 08e440e commit 1493318
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
<version>${maven-api-version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.eclipse.tycho</groupId>
Expand Down Expand Up @@ -223,6 +224,7 @@
<groupId>org.apache.maven</groupId> <!-- Required dependency convergence enforcer rule -->
<artifactId>maven-artifact</artifactId>
<version>${maven-api-version}</version>
<scope>provided</scope>
</dependency>
<dependency> <!-- Required dependency convergence enforcer rule -->
<groupId>org.apache.maven.shared</groupId>
Expand All @@ -233,6 +235,7 @@
<groupId>org.apache.maven</groupId>
<artifactId>maven-model</artifactId>
<version>${maven-api-version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
Expand Down

0 comments on commit 1493318

Please sign in to comment.