File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8080 </dependency >
8181
8282 <!-- logging -->
83- <dependency >
83+ <dependency >
8484 <groupId >log4j</groupId >
8585 <artifactId >log4j</artifactId >
8686 <version >1.2.17</version >
200200 <groupId >io.vavr</groupId >
201201 <artifactId >vavr</artifactId >
202202 <version >${vavr.version} </version >
203- </dependency >
203+ </dependency >
204204 <dependency >
205205 <groupId >org.openjdk.jmh</groupId >
206206 <artifactId >jmh-core</artifactId >
372372 </arguments >
373373 </configuration >
374374 </plugin >
375-
375+
376376 <plugin >
377- <groupId >org.codehaus.mojo</groupId >
378- <artifactId >exec-maven-plugin</artifactId >
379-
377+ <groupId >org.codehaus.mojo</groupId >
378+ <artifactId >exec-maven-plugin</artifactId >
379+
380380 <executions >
381- <execution >
382- <id >run-benchmarks</id >
383- <phase >integration-test</phase >
384- <goals >
385- <goal >exec</goal >
386- </goals >
387- <configuration >
388- <classpathScope >test</classpathScope >
389- <executable >java</executable >
390- <arguments >
391- <argument >-classpath</argument >
392- <classpath />
393- <argument >org.openjdk.jmh.Main</argument >
394- <argument >.*</argument >
395- </arguments >
396- </configuration >
397- </execution >
398- </executions >
381+ <execution >
382+ <id >run-benchmarks</id >
383+ <phase >integration-test</phase >
384+ <goals >
385+ <goal >exec</goal >
386+ </goals >
387+ <configuration >
388+ <classpathScope >test</classpathScope >
389+ <executable >java</executable >
390+ <arguments >
391+ <argument >-classpath</argument >
392+ <classpath />
393+ <argument >org.openjdk.jmh.Main</argument >
394+ <argument >.*</argument >
395+ </arguments >
396+ </configuration >
397+ </execution >
398+ </executions >
399399 </plugin >
400400 </plugins >
401401
436436 </profile >
437437 </profiles >
438438
439- <properties >
439+ <properties >
440440 <!-- marshalling -->
441441 <jackson .version>2.8.5</jackson .version>
442442
You can’t perform that action at this time.
0 commit comments