Mark depends as optional.

We bundle them into the artifact with Proguard, so they are not needed.
This commit is contained in:
Michael Bayne
2019-04-10 11:28:08 -07:00
parent 0eebd3cb4f
commit f2f418f5cf
+2
View File
@@ -24,11 +24,13 @@
<groupId>com.threerings.getdown</groupId> <groupId>com.threerings.getdown</groupId>
<artifactId>getdown-core</artifactId> <artifactId>getdown-core</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
<optional>true</optional>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.samskivert</groupId> <groupId>com.samskivert</groupId>
<artifactId>samskivert</artifactId> <artifactId>samskivert</artifactId>
<version>1.2</version> <version>1.2</version>
<optional>true</optional>
</dependency> </dependency>
<dependency> <dependency>
<groupId>jregistrykey</groupId> <groupId>jregistrykey</groupId>