Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

Commit

Permalink
Add missing scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
fbiville committed Feb 21, 2022
1 parent 39aa979 commit ddd2407
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions liquigraph-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,13 @@
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>${maven.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
<version>${maven.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
Expand All @@ -42,6 +44,7 @@
<groupId>org.apache.maven</groupId>
<artifactId>maven-compat</artifactId>
<version>${maven.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
Expand Down

0 comments on commit ddd2407

Please sign in to comment.