I omitted the pom.xml change below from a recent check-in, breaking the
build.
I've checked in the pom change (it's pretty minor - adding a dependency
from the ACC to the JPA connector for persistence support) and am
submitting the change now for review so I can correct it if anyone sees
any problem with it.
Apologies for the out-of-order steps. I wanted the fix the build as
quickly as possible.
Thanks.
- Tim
Index: appclient/client/acc/pom.xml
===================================================================
--- pom.xml (revision 27914)
+++ pom.xml (working copy)
@@ -406,5 +406,11 @@
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.glassfish.persistence</groupId>
+ <artifactId>jpa-connector</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
</dependencies>
</project>