Merge branch 'master' into java9

This commit is contained in:
Ilkka Seppälä
2018-03-24 17:19:59 +02:00
756 changed files with 8862 additions and 8486 deletions

View File

@ -16,7 +16,7 @@
<parent>
<groupId>com.iluwatar</groupId>
<artifactId>naked-objects</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.19.0-SNAPSHOT</version>
</parent>
<artifactId>naked-objects-dom</artifactId>
@ -50,6 +50,12 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<scope>test</scope>
</dependency>
<!-- Bytecode libraries (for mocking) -->
<dependency>
<groupId>org.objenesis</groupId>