File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 6161 <finalName >sepia-core-tools-v${project.version} </finalName >
6262 </configuration >
6363 </plugin >
64+ <!-- force certain surefire version for testing -->
65+ <plugin >
66+ <groupId >org.apache.maven.plugins</groupId >
67+ <artifactId >maven-surefire-plugin</artifactId >
68+ <version >3.0.0-M3</version >
69+ </plugin >
6470
6571 <!-- Java docs, use with: mvn javadoc:jar -->
6672 <plugin >
99105 <dependency >
100106 <groupId >com.fasterxml.jackson.core</groupId >
101107 <artifactId >jackson-databind</artifactId >
102- <version >2.9.7 </version >
108+ <version >2.9.8 </version >
103109 </dependency >
104110 <dependency >
105111 <groupId >commons-lang</groupId >
163169 <url >https://github.com/SEPIA-Framework/sepia-core-tools-java/tree/master</url >
164170 </scm >
165171
166- </project >
172+ </project >
You can’t perform that action at this time.
0 commit comments