diff --git a/backend/pom.xml b/backend/pom.xml index d195fb8..feb52bd 100644 --- a/backend/pom.xml +++ b/backend/pom.xml @@ -27,6 +27,12 @@ spring-boot-starter-test test + + + com.h2database + h2 + 2.1.214 + @@ -35,6 +41,27 @@ org.springframework.boot spring-boot-maven-plugin + + org.apache.maven.plugins + maven-install-plugin + 2.5.2 + + + validate + + install-file + + + com.example + example + 1.0 + jar + ${basedir}/H2JDBCDriver/h2-2.1.214.jar + true + + + +