Skip to content

Commit

Permalink
fix: add scope to dependencies (#12500) (#12527)
Browse files Browse the repository at this point in the history
Set all org.apache.maven artifacts to
provided scope.

Fixes #12499

Co-authored-by: caalador <[email protected]>
  • Loading branch information
vaadin-bot and caalador authored Dec 8, 2021
1 parent d9c2984 commit ad4b907
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flow-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,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>com.google.gwt</groupId>
Expand Down

0 comments on commit ad4b907

Please sign in to comment.