There was an error while loading. Please reload this page.
1 parent ba6bb94 commit a6c9f93Copy full SHA for a6c9f93
2 files changed
game/plugin/pom.xml
@@ -43,13 +43,6 @@
43
<version>${project.parent.version}</version>
44
</dependency>
45
46
- <dependency>
47
- <groupId>com.sun.mail</groupId>
48
- <artifactId>javax.mail</artifactId>
49
- <version>[1.5.5,)</version>
50
- <scope>compile</scope>
51
- </dependency>
52
-
53
</dependencies>
54
55
<build>
lobby/plugin/pom.xml
@@ -85,7 +85,7 @@
85
<filter>
86
<artifact>*:*</artifact>
87
<excludes>
88
- <exclude>META-INF/MAN IFEST.MF</exclude>
+ <exclude>META-INF/MANIFEST.MF</exclude>
89
<exclude>META-INF/*.txt</exclude>
90
</excludes>
91
</filter>
0 commit comments