Github user JulioCCBUcuenca commented on a diff in the pull request:
https://github.com/apache/any23/pull/104#discussion_r208443627
--- 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 --
Currently, librdfa-rdf4j is a standalone module that is not part of any23.
Thus, at compiling time, any23 doesn't know about librdfa-rdf4j. If we
integrate this with any, we need to deal with the requirement that librdfa-rdfa
needs librdfa.
---