File tree Expand file tree Collapse file tree
handlebars-maven-plugin-tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments