You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2019/08/13 13:00:53 UTC

[plc4x] branch develop updated: - Fix some more versions to managed versions

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

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 8856c98  - Fix some more versions to managed versions
8856c98 is described below

commit 8856c98ecb38f0ca8ba2952b0a7a68bd87191b5b
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Tue Aug 13 15:00:45 2019 +0200

    - Fix some more versions to managed versions
---
 pom.xml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/pom.xml b/pom.xml
index 9331cc3..213becc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -534,12 +534,27 @@
       </dependency>
       <dependency>
         <groupId>org.codehaus.groovy</groupId>
+        <artifactId>groovy-json</artifactId>
+        <version>${groovy.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.codehaus.groovy</groupId>
+        <artifactId>groovy-templates</artifactId>
+        <version>${groovy.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.codehaus.groovy</groupId>
         <artifactId>groovy-test-junit5</artifactId>
         <version>${groovy.version}</version>
         <!-- Ensure we only use this in test -->
         <scope>test</scope>
       </dependency>
       <dependency>
+        <groupId>org.codehaus.groovy</groupId>
+        <artifactId>groovy-xml</artifactId>
+        <version>${groovy.version}</version>
+      </dependency>
+      <dependency>
         <groupId>org.dom4j</groupId>
         <artifactId>dom4j</artifactId>
         <version>2.1.1</version>