We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents abb169b + 9279af7 commit e8941edCopy full SHA for e8941ed
pom.xml
@@ -73,14 +73,20 @@
73
</execution>
74
</executions>
75
</plugin>
76
+ <!-- force certain surefire version for testing -->
77
+ <plugin>
78
+ <groupId>org.apache.maven.plugins</groupId>
79
+ <artifactId>maven-surefire-plugin</artifactId>
80
+ <version>3.0.0-M3</version>
81
+ </plugin>
82
</plugins>
83
</build>
84
85
<dependencies>
86
<dependency>
87
<groupId>net.b07z.sepia.server.core</groupId>
88
<artifactId>sepia-core-tools</artifactId>
- <version>2.1.0</version>
89
+ <version>2.2.0</version>
90
</dependency>
91
92
<groupId>com.j2html</groupId>
@@ -95,4 +101,4 @@
95
101
<scope>test</scope>
96
102
97
103
</dependencies>
98
-</project>
104
+</project>
0 commit comments