Skip to content

Commit

Permalink
Make maven-core dependency provided scope in skyve-maven-plugin project.
Browse files Browse the repository at this point in the history
  • Loading branch information
sandsm committed Aug 24, 2023
1 parent 0f4d560 commit fb9d0ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion skyve-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,13 @@
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
<version>3.9.4</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<scope>provided</scope>
<version>3.9.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
Expand Down

0 comments on commit fb9d0ee

Please sign in to comment.