You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rya.apache.org by ca...@apache.org on 2018/01/09 21:48:38 UTC

[21/50] [abbrv] incubator-rya git commit: RYA-377 Added Kafka Streams to parent pom and rya.streams kafka pom

RYA-377 Added Kafka Streams to parent pom and rya.streams kafka pom


Project: http://git-wip-us.apache.org/repos/asf/incubator-rya/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-rya/commit/07fcb5f3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-rya/tree/07fcb5f3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-rya/diff/07fcb5f3

Branch: refs/heads/master
Commit: 07fcb5f3dcc064b345925c14aabf83bdbb7a4d41
Parents: f3ac7df
Author: Andrew Smith <sm...@gmail.com>
Authored: Fri Nov 3 15:28:28 2017 -0400
Committer: caleb <ca...@parsons.com>
Committed: Tue Jan 9 15:13:00 2018 -0500

----------------------------------------------------------------------
 extras/rya.streams/kafka/pom.xml | 6 +++++-
 pom.xml                          | 5 +++++
 2 files changed, 10 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/07fcb5f3/extras/rya.streams/kafka/pom.xml
----------------------------------------------------------------------
diff --git a/extras/rya.streams/kafka/pom.xml b/extras/rya.streams/kafka/pom.xml
index 2d70e2c..d5fffe0 100644
--- a/extras/rya.streams/kafka/pom.xml
+++ b/extras/rya.streams/kafka/pom.xml
@@ -53,7 +53,11 @@ under the License.
             <groupId>org.apache.kafka</groupId>
             <artifactId>kafka-clients</artifactId>
         </dependency>
-        
+       <dependency>
+            <groupId>org.apache.kafka</groupId>
+            <artifactId>kafka-streams</artifactId>
+        </dependency>
+ 
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-api</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/07fcb5f3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 19f2d7a..e79ef75 100644
--- a/pom.xml
+++ b/pom.xml
@@ -868,6 +868,11 @@ under the License.
             </dependency>
             <dependency>
                 <groupId>org.apache.kafka</groupId>
+                <artifactId>kafka-streams</artifactId>
+                <version>${kafka.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.kafka</groupId>
                 <artifactId>kafka_2.11</artifactId>
                 <version>${kafka.version}</version>
                 <exclusions>