mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
No need to install jar to local repository anymore. jar has system scope in dependencies now.
This commit is contained in:
parent
4452888ffe
commit
1d1ce3b55d
7 changed files with 20 additions and 10 deletions
|
|
@ -21,6 +21,8 @@
|
|||
<groupId>org.plugins.jspf</groupId>
|
||||
<artifactId>jspf-core</artifactId>
|
||||
<version>${jspf-version}</version>
|
||||
<scope>system</scope>
|
||||
<systemPath>${basedir}/../../Mage.Client/plugins/core/jspf.core-0.9.0.jar</systemPath>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
|
|
|||
|
|
@ -26,6 +26,8 @@
|
|||
<groupId>org.plugins.jspf</groupId>
|
||||
<artifactId>jspf-core</artifactId>
|
||||
<version>${jspf-version}</version>
|
||||
<scope>system</scope>
|
||||
<systemPath>${basedir}/../../Mage.Client/plugins/core/jspf.core-0.9.0.jar</systemPath>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>log4j</groupId>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue