Github user JulioCCBUcuenca commented on a diff in the pull request:
https://github.com/apache/any23/pull/104#discussion_r208414036
--- 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 --
Since we haven't published the librdfa-rdf4j parser in maven central, I
added the jars there. I added that because if while compiling librdfa is not
installed, the build will fail. In that URL lives the jars of librdfa-rdf4j.
---