Github user lewismc commented on a diff in the pull request:
https://github.com/apache/any23/pull/104#discussion_r208642202
--- Diff: core/pom.xml ---
@@ -335,7 +343,14 @@
</dependency>
<!-- END: Test Dependencies -->
</dependencies>
-
+
+ <repositories>
+ <repository>
+ <id>librdfa-rdf4j</id>
+
<url>https://raw.github.com/JulioCCBUcuenca/librdfa-java/repository/</url>
--- End diff --
librdfa-rdf4j should definitely be a separate module of Any23, please make
sure that it is and that the require JAR dependencies are located at build and
compile/runtime such.
---