From f2f418f5cf518bfbcc757d82eee16abe5762ad31 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Wed, 10 Apr 2019 11:28:08 -0700 Subject: [PATCH] Mark depends as optional. We bundle them into the artifact with Proguard, so they are not needed. --- launcher/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/launcher/pom.xml b/launcher/pom.xml index cf94571..5afa13c 100644 --- a/launcher/pom.xml +++ b/launcher/pom.xml @@ -24,11 +24,13 @@ com.threerings.getdown getdown-core ${project.version} + true com.samskivert samskivert 1.2 + true jregistrykey