same change to mongo and es
Project: http://git-wip-us.apache.org/repos/asf/incubator-streams/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams/commit/e7bb15a5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams/tree/e7bb15a5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams/diff/e7bb15a5 Branch: refs/heads/master Commit: e7bb15a51c5d9ecf570685b3af7149e3252bd16e Parents: b5303f8 Author: Steve Blackmon @steveblackmon <[email protected]> Authored: Mon Oct 17 18:17:15 2016 -0500 Committer: Steve Blackmon @steveblackmon <[email protected]> Committed: Mon Oct 17 18:17:15 2016 -0500 ---------------------------------------------------------------------- streams-contrib/streams-persist-elasticsearch/pom.xml | 2 +- streams-contrib/streams-persist-mongo/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/e7bb15a5/streams-contrib/streams-persist-elasticsearch/pom.xml ---------------------------------------------------------------------- diff --git a/streams-contrib/streams-persist-elasticsearch/pom.xml b/streams-contrib/streams-persist-elasticsearch/pom.xml index 338f8a6..e887328 100644 --- a/streams-contrib/streams-persist-elasticsearch/pom.xml +++ b/streams-contrib/streams-persist-elasticsearch/pom.xml @@ -169,7 +169,7 @@ <includes>**/*.json</includes> <outputDirectory>${project.build.directory}/test-classes</outputDirectory> <includeGroupIds>org.apache.streams</includeGroupIds> - <includeArtifactIds>streams-pojo</includeArtifactIds> + <includeArtifactIds>streams-schemas-activitystreams</includeArtifactIds> <includeTypes>test-jar</includeTypes> </configuration> <executions> http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/e7bb15a5/streams-contrib/streams-persist-mongo/pom.xml ---------------------------------------------------------------------- diff --git a/streams-contrib/streams-persist-mongo/pom.xml b/streams-contrib/streams-persist-mongo/pom.xml index 9ee6703..e53f072 100644 --- a/streams-contrib/streams-persist-mongo/pom.xml +++ b/streams-contrib/streams-persist-mongo/pom.xml @@ -139,7 +139,7 @@ <goal>unpack-dependencies</goal> </goals> <configuration> - <includeArtifactIds>streams-pojo</includeArtifactIds> + <includeArtifactIds>streams-schema-activitystreams</includeArtifactIds> <includes>**/*.json</includes> <outputDirectory>${project.build.directory}/test-classes</outputDirectory> </configuration>
