mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-22 18:47:20 +01:00
Getting new dependencies working, DO NOT USE THIS BUILD
This commit is contained in:
parent
524fe82784
commit
3eb10dc251
@ -1 +1 @@
|
||||
Subproject commit 2bdfb13a1cd5e1bb94e523514937e05e1fcd450b
|
||||
Subproject commit 1c7099bba6f3ea32f905dc94821c1fc87c56f1fc
|
8
pom.xml
8
pom.xml
@ -47,6 +47,8 @@
|
||||
<sources>
|
||||
<source>${project.basedir}/lib/allpay/src</source>
|
||||
<source>${project.basedir}/lib/commandhandler/src</source>
|
||||
<source>${project.basedir}/lib/commandhandler/lib/ShellParser/src</source>
|
||||
|
||||
</sources>
|
||||
</configuration>
|
||||
</execution>
|
||||
@ -149,7 +151,11 @@
|
||||
<type>jar</type>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>4.8.2</version>
|
||||
</dependency>
|
||||
<!-- End of Permissions Dependencies -->
|
||||
|
||||
</dependencies>
|
||||
</project>
|
Loading…
Reference in New Issue
Block a user