From ccc7d691297dff30f7dba6dc61ed42b80cd52cb4 Mon Sep 17 00:00:00 2001 From: Graham Date: Tue, 24 Sep 2019 10:02:05 +0100 Subject: [PATCH] Move nar dependencies to the provided scope This is to make them compile-only. Perhaps a bit hacky, but it is suggested on the Maven wiki: https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=9798495 --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index ac9b0b9..5e98cf9 100644 --- a/pom.xml +++ b/pom.xml @@ -50,6 +50,7 @@ ${openrs2.natives.version} nar amd64-Linux-gcc-shared + provided dev.openrs2 @@ -57,6 +58,7 @@ ${openrs2.natives.version} nar amd64-Linux-gcc-shared + provided