small fixes

This commit is contained in:
Loredana
2019-09-08 15:52:17 +03:00
parent b6960a762f
commit 1342f75609
14 changed files with 5 additions and 265 deletions
+2 -8
View File
@@ -8,9 +8,8 @@
<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-java</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../parent-java</relativePath>
<artifactId>testing-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<dependencies>
@@ -47,7 +46,6 @@
<version>${jgotesting.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
@@ -74,8 +72,4 @@
<jgotesting.version>0.12</jgotesting.version>
</properties>
</project>