Skip to content

Commit

Permalink
build: update maven plugin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
edgar-espina-wpp committed Mar 4, 2024
1 parent 5df47e3 commit cd2d035
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
6 changes: 6 additions & 0 deletions handlebars-maven-plugin-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@
</executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>3.4.0</version>
</plugin>

<!-- Deploy plugin -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down
6 changes: 0 additions & 6 deletions handlebars-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,6 @@
<classifier>tests</classifier>
</dependency>

<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
Expand Down
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,6 @@
<artifactId>mockito-core</artifactId>
<version>${mockito.version}</version>
</dependency>

<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
<version>${mockito.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit cd2d035

Please sign in to comment.