steveblackmon commented on code in PR #11:
URL:
https://github.com/apache/streams-activitypub/pull/11#discussion_r1510126389
##########
streams-activitypub-graph/pom.xml:
##########
@@ -40,6 +40,11 @@
<artifactId>streams-activitypub-api</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.streams.activitypub</groupId>
+ <artifactId>streams-activitypub-server</artifactId>
+ <version>${project.version}</version>
+ </dependency>
Review Comment:
server is now a dependency of graph, b/c certain graph implementation
classes need to know the base url of the server
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]