Aggiunto l'esempio capitolo su Enterprise JavaBean
This commit is contained in:
7
pom.xml
7
pom.xml
@@ -12,6 +12,7 @@
|
||||
<module>cdidemo</module>
|
||||
<module>beanvalidationdemo</module>
|
||||
<module>jpademo</module>
|
||||
<module>ejbdemo</module>
|
||||
</modules>
|
||||
|
||||
<dependencyManagement>
|
||||
@@ -47,6 +48,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.0</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.derby</groupId>
|
||||
<artifactId>derby</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user