Skip to content

Commit e733ba4

Browse files
committed
Fixed errors with dependencies
1 parent 93f170d commit e733ba4

File tree

3 files changed

+18
-116
lines changed

3 files changed

+18
-116
lines changed

.idea/misc.xml

Lines changed: 16 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lobbybalancer.iml

Lines changed: 1 addition & 110 deletions
Original file line numberDiff line numberDiff line change
@@ -1,123 +1,14 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<module com.demonwav.mcdev.MinecraftModuleTypes="BUNGEECORD_MODULE_TYPE" org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
3-
<component name="FacetManager">
4-
<facet type="kotlin-language" name="Kotlin">
5-
<configuration version="1">
6-
<option name="compilerInfo">
7-
<KotlinCompilerInfo>
8-
<option name="compilerSettings">
9-
<CompilerSettings>
10-
<option name="additionalArguments" value="-version" />
11-
<option name="copyJsLibraryFiles" value="true" />
12-
<option name="outputDirectoryForJsLibraryFiles" value="lib" />
13-
</CompilerSettings>
14-
</option>
15-
<option name="k2jsCompilerArguments">
16-
<K2JSCompilerArguments>
17-
<option name="outputFile" />
18-
<option name="noStdlib" value="false" />
19-
<option name="libraryFiles" />
20-
<option name="sourceMap" value="false" />
21-
<option name="metaInfo" value="false" />
22-
<option name="kjsm" value="false" />
23-
<option name="target" />
24-
<option name="moduleKind" />
25-
<option name="main" />
26-
<option name="outputPrefix" />
27-
<option name="outputPostfix" />
28-
<option name="languageVersion" />
29-
<option name="apiVersion" />
30-
<option name="suppressWarnings" value="false" />
31-
<option name="verbose" value="false" />
32-
<option name="version" value="false" />
33-
<option name="help" value="false" />
34-
<option name="extraHelp" value="false" />
35-
<option name="noInline" value="false" />
36-
<option name="repeat" />
37-
<option name="pluginClasspaths" />
38-
<option name="pluginOptions" />
39-
<option name="freeArgs">
40-
<list />
41-
</option>
42-
<option name="unknownExtraFlags">
43-
<list />
44-
</option>
45-
</K2JSCompilerArguments>
46-
</option>
47-
<option name="_commonCompilerArguments">
48-
<DummyImpl>
49-
<option name="languageVersion" />
50-
<option name="apiVersion" />
51-
<option name="suppressWarnings" value="false" />
52-
<option name="verbose" value="false" />
53-
<option name="version" value="false" />
54-
<option name="help" value="false" />
55-
<option name="extraHelp" value="false" />
56-
<option name="noInline" value="false" />
57-
<option name="repeat" />
58-
<option name="pluginClasspaths" />
59-
<option name="pluginOptions" />
60-
<option name="freeArgs">
61-
<list />
62-
</option>
63-
<option name="unknownExtraFlags">
64-
<list />
65-
</option>
66-
</DummyImpl>
67-
</option>
68-
</KotlinCompilerInfo>
69-
</option>
70-
<option name="versionInfo">
71-
<KotlinVersionInfo>
72-
<option name="apiLevel" value="1.0" />
73-
<option name="languageLevel" value="1.0" />
74-
<option name="targetPlatformName" value="JVM 1.6" />
75-
</KotlinVersionInfo>
76-
</option>
77-
</configuration>
78-
</facet>
79-
</component>
2+
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
803
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8" inherit-compiler-output="false">
814
<output url="file://$MODULE_DIR$/target/classes" />
825
<output-test url="file://$MODULE_DIR$/target/test-classes" />
836
<content url="file://$MODULE_DIR$">
847
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
858
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
86-
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
879
<excludeFolder url="file://$MODULE_DIR$/target" />
8810
</content>
8911
<orderEntry type="inheritedJdk" />
9012
<orderEntry type="sourceFolder" forTests="false" />
91-
<orderEntry type="library" scope="PROVIDED" name="Maven: net.md-5:bungeecord-api:1.11-SNAPSHOT" level="project" />
92-
<orderEntry type="library" scope="PROVIDED" name="Maven: net.md-5:bungeecord-chat:1.11-SNAPSHOT" level="project" />
93-
<orderEntry type="library" scope="PROVIDED" name="Maven: com.google.code.gson:gson:2.3.1" level="project" />
94-
<orderEntry type="library" scope="PROVIDED" name="Maven: net.md-5:bungeecord-config:1.11-SNAPSHOT" level="project" />
95-
<orderEntry type="library" scope="PROVIDED" name="Maven: org.yaml:snakeyaml:1.14" level="project" />
96-
<orderEntry type="library" scope="PROVIDED" name="Maven: net.md-5:bungeecord-event:1.11-SNAPSHOT" level="project" />
97-
<orderEntry type="library" scope="PROVIDED" name="Maven: net.md-5:bungeecord-protocol:1.11-SNAPSHOT" level="project" />
98-
<orderEntry type="library" scope="PROVIDED" name="Maven: io.netty:netty-codec:4.1.7.Final" level="project" />
99-
<orderEntry type="library" scope="PROVIDED" name="Maven: io.netty:netty-transport:4.1.7.Final" level="project" />
100-
<orderEntry type="library" scope="PROVIDED" name="Maven: io.netty:netty-buffer:4.1.7.Final" level="project" />
101-
<orderEntry type="library" scope="PROVIDED" name="Maven: io.netty:netty-common:4.1.7.Final" level="project" />
102-
<orderEntry type="library" scope="PROVIDED" name="Maven: io.netty:netty-resolver:4.1.7.Final" level="project" />
103-
<orderEntry type="library" scope="PROVIDED" name="Maven: net.sf.trove4j:trove4j:3.0.3" level="project" />
104-
<orderEntry type="library" scope="PROVIDED" name="Maven: com.google.guava:guava:18.0" level="project" />
105-
<orderEntry type="library" scope="PROVIDED" name="Maven: com.imaginarycode.minecraft:RedisBungee:0.3.8-SNAPSHOT" level="project" />
106-
<orderEntry type="library" name="Maven: org.inventivetalent.update:bungee:1.0.1" level="project" />
107-
<orderEntry type="library" name="Maven: me.jaimemartz:faucet-bungee:1.0" level="project" />
108-
<orderEntry type="library" name="Maven: me.jaimemartz:faucet-core:1.0" level="project" />
109-
<orderEntry type="library" name="Maven: org.apache.commons:commons-lang3:3.4" level="project" />
110-
<orderEntry type="library" name="Maven: com.maxmind.geoip2:geoip2:2.8.0" level="project" />
111-
<orderEntry type="library" name="Maven: com.maxmind.db:maxmind-db:1.2.1" level="project" />
112-
<orderEntry type="library" name="Maven: org.apache.httpcomponents:httpclient:4.5.2" level="project" />
113-
<orderEntry type="library" name="Maven: org.apache.httpcomponents:httpcore:4.4.4" level="project" />
114-
<orderEntry type="library" name="Maven: commons-logging:commons-logging:1.2" level="project" />
115-
<orderEntry type="library" name="Maven: commons-codec:commons-codec:1.9" level="project" />
116-
<orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-databind:2.8.2" level="project" />
117-
<orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-annotations:2.8.0" level="project" />
118-
<orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-core:2.8.2" level="project" />
119-
<orderEntry type="library" name="Maven: org.bstats:bstats-bungeecord:1.1" level="project" />
120-
<orderEntry type="library" scope="TEST" name="Maven: junit:junit:4.12" level="project" />
121-
<orderEntry type="library" scope="TEST" name="Maven: org.hamcrest:hamcrest-core:1.3" level="project" />
12213
</component>
12314
</module>

0 commit comments

Comments
 (0)