Fixing recaptcha. Upgrading to version 0.0.8 and including as a local dependency since that version is not in maven central
diff --git a/stack/m2/repository/net/tanesha/recaptcha4j/recaptcha4j/0.0.8/recaptcha4j-0.0.8.jar b/stack/m2/repository/net/tanesha/recaptcha4j/recaptcha4j/0.0.8/recaptcha4j-0.0.8.jar
new file mode 100644
index 0000000..03460d7
--- /dev/null
+++ b/stack/m2/repository/net/tanesha/recaptcha4j/recaptcha4j/0.0.8/recaptcha4j-0.0.8.jar
Binary files differ
diff --git a/stack/m2/repository/net/tanesha/recaptcha4j/recaptcha4j/0.0.8/recaptcha4j-0.0.8.pom b/stack/m2/repository/net/tanesha/recaptcha4j/recaptcha4j/0.0.8/recaptcha4j-0.0.8.pom
new file mode 100644
index 0000000..00b06b5
--- /dev/null
+++ b/stack/m2/repository/net/tanesha/recaptcha4j/recaptcha4j/0.0.8/recaptcha4j-0.0.8.pom
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>net.tanesha.recaptcha4j</groupId>
+  <artifactId>recaptcha4j</artifactId>
+  <version>0.0.8</version>
+  <description>POM was created from install:install-file</description>
+</project>
diff --git a/stack/m2/repository/net/tanesha/recaptcha4j/recaptcha4j/maven-metadata-local.xml b/stack/m2/repository/net/tanesha/recaptcha4j/recaptcha4j/maven-metadata-local.xml
new file mode 100644
index 0000000..2133866
--- /dev/null
+++ b/stack/m2/repository/net/tanesha/recaptcha4j/recaptcha4j/maven-metadata-local.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>net.tanesha.recaptcha4j</groupId>
+  <artifactId>recaptcha4j</artifactId>
+  <versioning>
+    <release>0.0.8</release>
+    <versions>
+      <version>0.0.8</version>
+    </versions>
+    <lastUpdated>20140422214610</lastUpdated>
+  </versioning>
+</metadata>
diff --git a/stack/pom.xml b/stack/pom.xml
index 2f2cec6..4374865 100644
--- a/stack/pom.xml
+++ b/stack/pom.xml
@@ -838,8 +838,8 @@
       <dependency>
         <groupId>net.tanesha.recaptcha4j</groupId>
         <artifactId>recaptcha4j</artifactId>
-        <!-- we'd like to use 0.0.8 but it is not in Maven Central -->
-        <version>0.0.7</version>
+        <!-- included as local dependency -->
+        <version>0.0.8</version>
       </dependency>
 
       <dependency>