Update pom

This commit is contained in:
andrebrowne 2020-04-25 14:33:28 -04:00
parent cabe338163
commit e91d8d6a6c
2 changed files with 1 additions and 2 deletions

View File

@ -205,7 +205,7 @@
<maven-jar-plugin.version>3.0.2</maven-jar-plugin.version>
<maven.surefire.version>2.22.2</maven.surefire.version>
<maven.compiler.version>3.8.1</maven.compiler.version>
<maven.version>3.7.0</maven.version>
<maven.version>3.8.1</maven.version>
<mysql.version>8.0.19</mysql.version>
<slf4j.version>1.7.30</slf4j.version>
<spring-boot.version>2.1.3.RELEASE</spring-boot.version>

View File

@ -36,7 +36,6 @@ public class HibernateTypesIntegrationTest {
setUp();
}
@Test
void whenSavingHibernateTypes_thenTheCorrectJsonIsStoredInTheDatabase() {
Album emptyAlbum = new Album();