We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2183fed commit 0f5eb40Copy full SHA for 0f5eb40
.classpath
@@ -23,6 +23,5 @@
23
<attribute name="maven.pomderived" value="true"/>
24
</attributes>
25
</classpathentry>
26
- <classpathentry kind="lib" path="lib/graphlib.jar"/>
27
<classpathentry kind="output" path="target/classes"/>
28
</classpath>
pom.xml
@@ -21,6 +21,13 @@
21
</build>
22
<dependencies>
+ <dependency>
+ <groupId>edg.graphlib</groupId>
+ <artifactId>graphlib</artifactId>
+ <version>0.0.1</version>
+ <scope>system</scope>
29
+ <systemPath>${project.basedir}/lib/graphlib.jar</systemPath>
30
+ </dependency>
31
32
<dependency>
33
<groupId>com.github.javaparser</groupId>
0 commit comments