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

rpardomeza pushed a commit to branch WAYANG-agoraeo
in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git

commit 0b859786c7370f7173fd0cb47644f1f08204a422
Author: rodrigopardomeza <[email protected]>
AuthorDate: Fri Feb 3 11:08:59 2023 +0100

    Include GDAL maven dependency
---
 wayang-plugins/wayang-agoraeo/pom.xml | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/wayang-plugins/wayang-agoraeo/pom.xml 
b/wayang-plugins/wayang-agoraeo/pom.xml
index 3f282abe..ff883d58 100644
--- a/wayang-plugins/wayang-agoraeo/pom.xml
+++ b/wayang-plugins/wayang-agoraeo/pom.xml
@@ -12,6 +12,18 @@
     <artifactId>wayang-agoraeo</artifactId>
     <version>0.6.1-SNAPSHOT</version>
 
+    <dependencyManagement>
+        <dependencies>
+            <dependency>
+                <groupId>org.gdal</groupId>
+                <artifactId>gdal</artifactId>
+                <version>3.6.0</version>
+                <type>pom</type>
+                <scope>import</scope>
+            </dependency>
+        </dependencies>
+    </dependencyManagement>
+
     <dependencies>
         <dependency>
             <groupId>org.apache.wayang</groupId>
@@ -55,7 +67,6 @@
             <groupId>org.gdal</groupId>
             <artifactId>gdal</artifactId>
             <version>3.6.0</version>
-            <type>pom</type>
         </dependency>
 
     </dependencies>

Reply via email to