[FEATURE] Moved parts to internal API

This commit is contained in:
JKetelaar
2016-10-16 19:03:05 +02:00
parent 066fb28478
commit ae3b726a08
3 changed files with 14 additions and 333 deletions
+8 -3
View File
@@ -30,9 +30,9 @@
<repositories>
<repository>
<id>git-parabot</id>
<name>Parabot's Git based repo</name>
<url>https://github.com/parabot/Maven-Repository/raw/master/</url>
<id>parabot-maven</id>
<name>Parabot its Maven Repository</name>
<url>http://maven.parabot.org/</url>
</repository>
</repositories>
@@ -65,6 +65,11 @@
<version>4.11</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.parabot</groupId>
<artifactId>internal-api</artifactId>
<version>1.02.7</version>
</dependency>
</dependencies>
<build>