File tree Expand file tree Collapse file tree 3 files changed +17
-0
lines changed Expand file tree Collapse file tree 3 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 167167 <groupId >org.apache.maven.plugins</groupId >
168168 <artifactId >maven-compiler-plugin</artifactId >
169169 </plugin >
170+ <plugin >
171+ <groupId >org.apache.maven.plugins</groupId >
172+ <artifactId >maven-surefire-plugin</artifactId >
173+ </plugin >
170174 <plugin >
171175 <groupId >org.springframework.boot</groupId >
172176 <artifactId >spring-boot-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 166166 <groupId >org.apache.maven.plugins</groupId >
167167 <artifactId >maven-compiler-plugin</artifactId >
168168 </plugin >
169+ <plugin >
170+ <groupId >org.apache.maven.plugins</groupId >
171+ <artifactId >maven-surefire-plugin</artifactId >
172+ </plugin >
169173 <plugin >
170174 <groupId >org.springframework.boot</groupId >
171175 <artifactId >spring-boot-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 5353 <greenmail-junit5 .version>1.6.10</greenmail-junit5 .version>
5454
5555 <liquibase-maven-plugin .version>3.8.4</liquibase-maven-plugin .version>
56+ <maven-surefire-plugin .version>2.22.2</maven-surefire-plugin .version>
5657 <maven-compiler-plugin .version>3.8.1</maven-compiler-plugin .version>
5758
5859 <nd4j .classifier>linux-x86_64</nd4j .classifier>
238239 </compilerArgs >
239240 </configuration >
240241 </plugin >
242+ <plugin >
243+ <groupId >org.apache.maven.plugins</groupId >
244+ <artifactId >maven-surefire-plugin</artifactId >
245+ <version >${maven-surefire-plugin.version} </version >
246+ <configuration >
247+ <argLine >-Duser.timezone=UTC</argLine >
248+ </configuration >
249+ </plugin >
241250 <plugin >
242251 <groupId >org.springframework.boot</groupId >
243252 <artifactId >spring-boot-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments