Skip to content

Commit 1458bcc

Browse files
committed
use local maven repo for fide and sat4j
1 parent ca0e416 commit 1458bcc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,16 @@
5757
<groupId>org.sat4j</groupId>
5858
<artifactId>core</artifactId>
5959
<version>2.3.5</version>
60-
<scope>system</scope>
61-
<systemPath>${project.basedir}/lib/org.sat4j.core.jar</systemPath>
60+
<!-- <scope>system</scope>-->
61+
<!-- <systemPath>${project.basedir}/lib/org.sat4j.core.jar</systemPath>-->
6262
</dependency>
6363

6464
<dependency>
6565
<groupId>de.ovgu</groupId>
6666
<artifactId>featureide.lib.fm</artifactId>
6767
<version>3.8.1</version>
68-
<scope>system</scope>
69-
<systemPath>${project.basedir}/lib/de.ovgu.featureide.lib.fm-v3.8.1.jar</systemPath>
68+
<!-- <scope>system</scope>-->
69+
<!-- <systemPath>${project.basedir}/lib/de.ovgu.featureide.lib.fm-v3.8.1.jar</systemPath>-->
7070
</dependency>
7171

7272
<dependency>

0 commit comments

Comments
 (0)