Github user lewismc commented on a diff in the pull request:
https://github.com/apache/any23/pull/104#discussion_r208055205
--- Diff: core/pom.xml ---
@@ -62,6 +62,14 @@
</dependency>
<!-- END: Any23 -->
+ <!-- BEGIN: Librdfa-RDF4J, loading from repository -->
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>apache-any23-librdfa</artifactId>
+ <version>1.0.0</version>
--- End diff --
Ensure that the versioning is consistent with the rest of the codebase e.g.
2.3-SNAPSHOT or whatever it is currently.
---