Skip to content

Commit 8ca3c35

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

11 files changed

+38
-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>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ac589f325e9e97b6e8ff18ba4a06a634
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
206858130ef77b58315b50c6d14b3a200ffcd060
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4+
<modelVersion>4.0.0</modelVersion>
5+
<groupId>edg.graphlib</groupId>
6+
<artifactId>graphlib</artifactId>
7+
<version>1.0.0</version>
8+
</project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
47addf9e1e28608ef03d2c21abee1cae
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ea0ebc8f76caf073eb25299dd92b4c9945f08740
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<metadata>
3+
<groupId>edg.graphlib</groupId>
4+
<artifactId>graphlib</artifactId>
5+
<versioning>
6+
<release>1.0.0</release>
7+
<versions>
8+
<version>1.0.0</version>
9+
</versions>
10+
<lastUpdated>20200109110038</lastUpdated>
11+
</versioning>
12+
</metadata>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
92cec635e1737e9bf1f94f6a831fcd73
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
e7a7863fdb362502f132c223b42e4206a697f3b9

pom.xml

+12
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,19 @@
2020
</plugins>
2121
</build>
2222

23+
<repositories>
24+
<repository>
25+
<id>local-maven-repo</id>
26+
<url>file:///${project.basedir}/lib-mvn</url>
27+
</repository>
28+
</repositories>
29+
2330
<dependencies>
31+
<dependency>
32+
<groupId>edg.graphlib</groupId>
33+
<artifactId>graphlib</artifactId>
34+
<version>1.0.0</version>
35+
</dependency>
2436

2537
<dependency>
2638
<groupId>com.github.javaparser</groupId>

0 commit comments

Comments
 (0)