Change java-libglom dependency from compile to provided in pom.xml.
authorBen Konrath <ben@bagu.org>
Thu, 10 Mar 2011 10:53:34 +0000 (11:53 +0100)
committerBen Konrath <ben@bagu.org>
Thu, 10 Mar 2011 10:53:34 +0000 (11:53 +0100)
commit54b0952c68afbcf1d61a52433c6434a56d75edff
tree6dc0e0ecf167742db47f69014720fde63fd76fb0
parent607bc23257539f6a98507d6cda42f05a441e4faf
Change java-libglom dependency from compile to provided in pom.xml.

Since java-libglom uses jni it can only be loaded once and therefore
must be placed in $CATALINA_HOME/lib and not included in each war.
This directory is defined as /usr/share/tomcat6/lib/ on Ubuntu 10.04.
More information about this issue can be found in the Tomcat 6 release
notes in the "JNI Based Applications" section:

http://tomcat.apache.org/tomcat-6.0-doc/RELEASE-NOTES.txt

* README: Remove note about this issue. Deployment info should really
be on the wiki anyway so I'll add it right now.
* pom.xml: Change java-libglom dependency from compile to provided so
that it's copied in to the packaged war.
ChangeLog
README
pom.xml