Skip to content

Commit e8941ed

Browse files
authored
Merge pull request #6 from SEPIA-Framework/dev
Minor adjustments for SEPIA-Home v2.2.0
2 parents abb169b + 9279af7 commit e8941ed

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

pom.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,20 @@
7373
</execution>
7474
</executions>
7575
</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>
7682
</plugins>
7783
</build>
7884

7985
<dependencies>
8086
<dependency>
8187
<groupId>net.b07z.sepia.server.core</groupId>
8288
<artifactId>sepia-core-tools</artifactId>
83-
<version>2.1.0</version>
89+
<version>2.2.0</version>
8490
</dependency>
8591
<dependency>
8692
<groupId>com.j2html</groupId>
@@ -95,4 +101,4 @@
95101
<scope>test</scope>
96102
</dependency>
97103
</dependencies>
98-
</project>
104+
</project>

0 commit comments

Comments
 (0)