Merge branch 'feature/ejb' into develop

This commit is contained in:
Fabio Scotto di Santolo
2019-04-01 12:18:12 +02:00
13 changed files with 382 additions and 1 deletions

View File

@@ -12,6 +12,7 @@
<module>cdidemo</module>
<module>beanvalidationdemo</module>
<module>jpademo</module>
<module>ejbdemo</module>
<module>xmlandjsondemo</module>
</modules>
@@ -48,6 +49,12 @@
<artifactId>derbyclient</artifactId>
<version>10.9.1.0</version>
</dependency>
<dependency>
<groupId>org.glassfish.main.extras</groupId>
<artifactId>glassfish-embedded-all</artifactId>
<version>4.1.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>