Skip to content

Commit bb836e0

Browse files
committed
Updated libraries that crashed when running in terminal
1 parent f9c7c76 commit bb836e0

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

pom.xml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<maven.compiler.source>3.8</maven.compiler.source>
1717
<maven.compiler.target>3.8</maven.compiler.target>
1818
</properties>
19-
<build>
19+
<build>
2020
<plugins>
2121
<plugin>
2222
<groupId>org.apache.maven.plugins</groupId>
@@ -31,7 +31,7 @@
3131
<archive>
3232
<manifest>
3333
<mainClass>
34-
iisg.amsterdam.wp4_links.App
34+
iisg.amsterdam.burgerLinker.App
3535
</mainClass>
3636
</manifest>
3737
</archive>
@@ -64,36 +64,36 @@
6464
<dependency>
6565
<groupId>org.slf4j</groupId>
6666
<artifactId>slf4j-api</artifactId>
67-
<version>1.7.5</version>
67+
<version>2.0.7</version>
6868
</dependency>
6969
<dependency>
7070
<groupId>org.slf4j</groupId>
71-
<artifactId>slf4j-log4j12</artifactId>
72-
<version>1.7.5</version>
71+
<artifactId>slf4j-reload4j </artifactId>
72+
<version>2.0.7</version>
7373
</dependency>
7474
<!-- https://mvnrepository.com/artifact/org.rdfhdt/hdt-java-core -->
7575
<dependency>
7676
<groupId>org.rdfhdt</groupId>
7777
<artifactId>hdt-java-core</artifactId>
78-
<version>3.0.2</version>
78+
<version>3.0.9</version>
7979
</dependency>
80-
<dependency>
80+
<!-- <dependency>
8181
<groupId>org.rdfhdt</groupId>
8282
<artifactId>hdt-jena</artifactId>
83-
<version>3.0.2</version>
84-
</dependency>
85-
<!-- <dependency> <groupId>eu.wdaqua</groupId> <artifactId>hdt-java-core</artifactId>
86-
<version>2.1</version> </dependency> <dependency> <groupId>eu.wdaqua</groupId>
83+
<version>3.0.9</version>
84+
</dependency> -->
85+
<!-- <dependency> <groupId>eu.wdaqua</groupId> <artifactId>hdt-java-core</artifactId>
86+
<version>2.1</version> </dependency> <dependency> <groupId>eu.wdaqua</groupId>
8787
<artifactId>hdt-jena</artifactId> <version>2.1</version> </dependency> -->
8888
<dependency>
8989
<groupId>org.apache.logging.log4j</groupId>
9090
<artifactId>log4j-core</artifactId>
91-
<version>2.17.2</version>
91+
<version>2.20.0</version>
9292
</dependency>
9393
<dependency>
9494
<groupId>org.rocksdb</groupId>
9595
<artifactId>rocksdbjni</artifactId>
96-
<version>6.12.7</version>
96+
<version>8.1.1</version>
9797
</dependency>
9898
<dependency>
9999
<groupId>me.tongfei</groupId>

0 commit comments

Comments
 (0)