Skip to content

Commit d33a843

Browse files
committed
added dependencies and config file to satisfy logger used by rdf4j
1 parent 212e59f commit d33a843

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,5 +104,15 @@
104104
<artifactId>commons-cli</artifactId>
105105
<version>1.4</version>
106106
</dependency>
107+
<dependency>
108+
<groupId>org.slf4j</groupId>
109+
<artifactId>slf4j-api</artifactId>
110+
<version>1.7.26</version>
111+
</dependency>
112+
<dependency>
113+
<groupId>org.slf4j</groupId>
114+
<artifactId>slf4j-log4j12</artifactId>
115+
<version>1.7.26</version>
116+
</dependency>
107117
</dependencies>
108118
</project>
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
log4j.rootLogger=DEBUG, stdout
2+
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
3+
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
4+
log4j.logger.org.eclipse.rdf4j.rio=FATAL

0 commit comments

Comments
 (0)