Repository: incubator-streams
Updated Branches:
  refs/heads/master dc0adfbbb -> 0c5975941


STREAMS-475: LocalRuntimeConfiguration does not properly extend 
StreamsRuntimeConfiguration


Project: http://git-wip-us.apache.org/repos/asf/incubator-streams/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams/commit/0c597594
Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams/tree/0c597594
Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams/diff/0c597594

Branch: refs/heads/master
Commit: 0c5975941b19cc3886d4f4b03eea17fc721cae9c
Parents: dc0adfb
Author: Steve Blackmon @steveblackmon <sblack...@apache.org>
Authored: Thu Dec 15 14:11:19 2016 -0600
Committer: Steve Blackmon @steveblackmon <sblack...@apache.org>
Committed: Thu Dec 15 14:11:19 2016 -0600

----------------------------------------------------------------------
 .../streams-amazon-aws/streams-persist-s3/pom.xml       |  7 +++++++
 streams-runtimes/streams-runtime-local/pom.xml          | 12 ++++++++++++
 2 files changed, 19 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/0c597594/streams-contrib/streams-amazon-aws/streams-persist-s3/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-amazon-aws/streams-persist-s3/pom.xml 
b/streams-contrib/streams-amazon-aws/streams-persist-s3/pom.xml
index 0c5bbd3..4d33b8c 100644
--- a/streams-contrib/streams-amazon-aws/streams-persist-s3/pom.xml
+++ b/streams-contrib/streams-amazon-aws/streams-persist-s3/pom.xml
@@ -112,6 +112,13 @@
                         </goals>
                     </execution>
                 </executions>
+                <dependencies>
+                    <dependency>
+                        <groupId>org.apache.streams</groupId>
+                        <artifactId>streams-converters</artifactId>
+                        <version>${project.version}</version>
+                    </dependency>
+                </dependencies>
             </plugin>
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/0c597594/streams-runtimes/streams-runtime-local/pom.xml
----------------------------------------------------------------------
diff --git a/streams-runtimes/streams-runtime-local/pom.xml 
b/streams-runtimes/streams-runtime-local/pom.xml
index a568d7b..ff31687 100644
--- a/streams-runtimes/streams-runtime-local/pom.xml
+++ b/streams-runtimes/streams-runtime-local/pom.xml
@@ -123,6 +123,18 @@
                         </goals>
                     </execution>
                 </executions>
+                <dependencies>
+                    <dependency>
+                        <groupId>org.apache.streams</groupId>
+                        <artifactId>streams-config</artifactId>
+                        <version>${project.version}</version>
+                    </dependency>
+                    <dependency>
+                        <groupId>org.apache.streams</groupId>
+                        <artifactId>streams-monitoring</artifactId>
+                        <version>${project.version}</version>
+                    </dependency>
+                </dependencies>
             </plugin>
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>

Reply via email to