Skip to content

Commit

Permalink
chore: fix wrong scope for org.apache.maven dep (#677) (CP: 1.2) (#679)
Browse files Browse the repository at this point in the history
chore: fix wrong scope for org.apache.maven dep (#677)

* chore: fix wrong scope for org.apache.maven dep

* Update pom.xml

Co-authored-by: Zhe Sun <[email protected]>
  • Loading branch information
vaadin-bot and ZheSun88 authored Nov 25, 2022
1 parent 3dc6c98 commit c2cc941
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/java/maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,19 @@
<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-artifact</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.plugin-tools</groupId>
Expand Down

0 comments on commit c2cc941

Please sign in to comment.