Author: scottbw
Date: Sun Feb 9 21:57:01 2014
New Revision: 1566446
URL: http://svn.apache.org/r1566446
Log:
commented out JPA module as we don't need this now to run a "basic" Wookie
server
Modified:
wookie/trunk/pom.xml
Modified: wookie/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/wookie/trunk/pom.xml?rev=1566446&r1=1566445&r2=1566446&view=diff
==============================================================================
--- wookie/trunk/pom.xml (original)
+++ wookie/trunk/pom.xml Sun Feb 9 21:57:01 2014
@@ -43,7 +43,7 @@
<module>wookie-connector/java</module>
<module>wookie-features</module>
<module>wookie-services/wookie-spi</module>
- <module>wookie-services/wookie-jpa</module>
+ <!-- <module>wookie-services/wookie-jpa</module> -->
<module>wookie-server</module>
</modules>