Fix definizione DatabasePopulator come EJB

This commit is contained in:
Fabio Scotto di Santolo
2019-04-01 12:13:28 +02:00
parent fa1f4fecd3
commit b0d62ac83e
6 changed files with 13 additions and 18 deletions

View File

@@ -38,15 +38,6 @@
<groupId>org.glassfish</groupId>
<artifactId>javax.el</artifactId>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derbyclient</artifactId>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>