You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2021/01/29 09:24:46 UTC

[tomee-tck] branch master updated: Add potential missing dependencies to make Groovy happy in intellij

This is an automated email from the ASF dual-hosted git repository.

jlmonteiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee-tck.git


The following commit(s) were added to refs/heads/master by this push:
     new 4e4eb08  Add potential missing dependencies to make Groovy happy in intellij
4e4eb08 is described below

commit 4e4eb089b4b66694e6553ab0f16679366591ad4c
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Fri Jan 29 10:24:33 2021 +0100

    Add potential missing dependencies to make Groovy happy in intellij
---
 pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

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>