Skip to content

Commit cd2d035

Browse files
build: update maven plugin dependencies
1 parent 5df47e3 commit cd2d035

3 files changed

Lines changed: 6 additions & 12 deletions

File tree

handlebars-maven-plugin-tests/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@
4040
</executions>
4141
</plugin>
4242

43+
<plugin>
44+
<groupId>org.apache.maven.plugins</groupId>
45+
<artifactId>maven-war-plugin</artifactId>
46+
<version>3.4.0</version>
47+
</plugin>
48+
4349
<!-- Deploy plugin -->
4450
<plugin>
4551
<groupId>org.apache.maven.plugins</groupId>

handlebars-maven-plugin/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,6 @@
7878
<classifier>tests</classifier>
7979
</dependency>
8080

81-
<dependency>
82-
<groupId>org.mockito</groupId>
83-
<artifactId>mockito-junit-jupiter</artifactId>
84-
<scope>test</scope>
85-
</dependency>
86-
8781
<dependency>
8882
<groupId>org.mockito</groupId>
8983
<artifactId>mockito-core</artifactId>

pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -148,12 +148,6 @@
148148
<artifactId>mockito-core</artifactId>
149149
<version>${mockito.version}</version>
150150
</dependency>
151-
152-
<dependency>
153-
<groupId>org.mockito</groupId>
154-
<artifactId>mockito-junit-jupiter</artifactId>
155-
<version>${mockito.version}</version>
156-
</dependency>
157151
</dependencies>
158152
</dependencyManagement>
159153

0 commit comments

Comments
 (0)