add dependency to poco-extensions

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

Branch: refs/heads/master
Commit: 4950472b63ed3b711c70bd92e86b6bff090eefd1
Parents: 644a725
Author: sblackmon <sblack...@apache.org>
Authored: Tue Nov 18 14:10:15 2014 -0600
Committer: sblackmon <sblack...@apache.org>
Committed: Tue Nov 18 14:10:15 2014 -0600

----------------------------------------------------------------------
 streams-contrib/pom.xml                           | 5 +++++
 streams-contrib/streams-provider-facebook/pom.xml | 5 +++++
 2 files changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4950472b/streams-contrib/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/pom.xml b/streams-contrib/pom.xml
index fcec297..54a9919 100644
--- a/streams-contrib/pom.xml
+++ b/streams-contrib/pom.xml
@@ -80,6 +80,11 @@
                 <artifactId>streams-pojo</artifactId>
                 <version>${project.version}</version>
             </dependency>
+            <dependency>
+                <groupId>org.apache.streams</groupId>
+                <artifactId>streams-pojo-extensions</artifactId>
+                <version>${project.version}</version>
+            </dependency>
         </dependencies>
     </dependencyManagement>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4950472b/streams-contrib/streams-provider-facebook/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-facebook/pom.xml 
b/streams-contrib/streams-provider-facebook/pom.xml
index f1aeda9..0759c1f 100644
--- a/streams-contrib/streams-provider-facebook/pom.xml
+++ b/streams-contrib/streams-provider-facebook/pom.xml
@@ -28,6 +28,11 @@
         </dependency>
 
         <dependency>
+            <groupId>org.apache.streams</groupId>
+            <artifactId>streams-pojo-extensions</artifactId>
+        </dependency>
+
+        <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-core</artifactId>
         </dependency>

Reply via email to