Skip to content

Commit 0f5eb40

Browse files
author
Carlos Galindo
committed
Move graphlib from eclipse classpath to maven.
Fixes #9
1 parent 2183fed commit 0f5eb40

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.classpath

-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,5 @@
2323
<attribute name="maven.pomderived" value="true"/>
2424
</attributes>
2525
</classpathentry>
26-
<classpathentry kind="lib" path="lib/graphlib.jar"/>
2726
<classpathentry kind="output" path="target/classes"/>
2827
</classpath>

pom.xml

+7
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@
2121
</build>
2222

2323
<dependencies>
24+
<dependency>
25+
<groupId>edg.graphlib</groupId>
26+
<artifactId>graphlib</artifactId>
27+
<version>0.0.1</version>
28+
<scope>system</scope>
29+
<systemPath>${project.basedir}/lib/graphlib.jar</systemPath>
30+
</dependency>
2431

2532
<dependency>
2633
<groupId>com.github.javaparser</groupId>

0 commit comments

Comments
 (0)