Fixed up dependencies

This commit is contained in:
nathan 2017-02-19 00:02:02 +01:00
parent 66437deb4f
commit bbbde3f907
1 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_6" inherit-compiler-output="true">
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
@ -10,14 +10,15 @@
<excludeFolder url="file://$MODULE_DIR$/staging" />
</content>
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="jdk" jdkName="1.6" jdkType="JavaSDK" />
<orderEntry type="jdk" jdkName="1.8" jdkType="JavaSDK" />
<orderEntry type="module" module-name="Utilities" />
<orderEntry type="library" name="logging logback" level="application" />
<orderEntry type="library" name="logging slf4j-api" level="application" />
<orderEntry type="library" name="dorkbox minlog_slf4j" level="application" />
<orderEntry type="library" name="dorkbox annotations" level="application" />
<orderEntry type="library" name="bouncyCastle bcpg-jdk15on" level="application" />
<orderEntry type="library" name="bouncyCastle bcpkix-jdk15on" level="application" />
<orderEntry type="library" name="bouncyCastle bcprov-jdk15on" level="application" />
<orderEntry type="library" name="dorkbox annotations" level="application" />
<orderEntry type="library" name="lzma-java" level="application" />
<orderEntry type="module-library">
<library name="JUnit4">
@ -35,9 +36,8 @@
<orderEntry type="library" name="async-http-client" level="application" />
<orderEntry type="library" name="fast-md5" level="application" />
<orderEntry type="library" name="jsonbeans" level="application" />
<orderEntry type="library" name="kryo3" level="application" />
<orderEntry type="library" name="netty-all" level="application" />
<orderEntry type="library" name="dorkbox minlog_slf4j" level="application" />
<orderEntry type="library" name="yamlbeans" level="application" />
<orderEntry type="library" name="kryo" level="application" />
</component>
</module>