Add potential missing dependencies to make Groovy happy in intellij
diff --git a/pom.xml b/pom.xml
index e22b038..5856dc5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -314,6 +314,18 @@
       <version>${tomcat.version}</version>
     </dependency>
 
+    <!-- Groovy sometimes complains if these are not in classpath
+    <dependency>
+      <groupId>org.apache.geronimo.cts</groupId>
+      <artifactId>j2eetck-maven-plugin</artifactId>
+      <version>3.0.13022011</version>
+    </dependency>
+    <dependency>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+      <version>2.6</version>
+    </dependency>
+    -->
   </dependencies>
 
   <profiles>