Skip to content
Snippets Groups Projects
Verified Commit e0b1c4df authored by Martin Weise's avatar Martin Weise
Browse files

Fixed test

parent 453c9a5f
No related branches found
No related tags found
1 merge request!374Bumped version of DBRepo
......@@ -38,6 +38,14 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>9</source>
<target>9</target>
</configuration>
</plugin>
</plugins>
</build>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment