You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by mb...@apache.org on 2014/09/24 21:51:45 UTC

[12/12] git commit: [streaming] Streaming packages added to flink-dist lib

[streaming] Streaming packages added to flink-dist lib


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

Branch: refs/heads/master
Commit: cb81319d9b2ebf719c4832997797aa2907a3e5bb
Parents: 076223c
Author: mbalassi <ba...@gmail.com>
Authored: Wed Sep 24 21:19:36 2014 +0200
Committer: mbalassi <ba...@gmail.com>
Committed: Wed Sep 24 21:19:36 2014 +0200

----------------------------------------------------------------------
 .../flink-streaming-examples/pom.xml            |  2 +-
 flink-dist/pom.xml                              | 36 +++++++++++++++-----
 2 files changed, 28 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-flink/blob/cb81319d/flink-addons/flink-streaming/flink-streaming-examples/pom.xml
----------------------------------------------------------------------
diff --git a/flink-addons/flink-streaming/flink-streaming-examples/pom.xml b/flink-addons/flink-streaming/flink-streaming-examples/pom.xml
index 7222879..7c02f27 100644
--- a/flink-addons/flink-streaming/flink-streaming-examples/pom.xml
+++ b/flink-addons/flink-streaming/flink-streaming-examples/pom.xml
@@ -48,7 +48,7 @@ under the License.
 			<version>${project.version}</version>
 		</dependency>
 
-        <dependency>
+        	<dependency>
 			<groupId>org.apache.flink</groupId>
 			<artifactId>flink-streaming-connectors</artifactId>
 			<version>${project.version}</version>

http://git-wip-us.apache.org/repos/asf/incubator-flink/blob/cb81319d/flink-dist/pom.xml
----------------------------------------------------------------------
diff --git a/flink-dist/pom.xml b/flink-dist/pom.xml
index 0514b66..b9aee28 100644
--- a/flink-dist/pom.xml
+++ b/flink-dist/pom.xml
@@ -94,6 +94,24 @@ under the License.
 			<artifactId>flink-scala-examples</artifactId>
 			<version>${project.version}</version>
 		</dependency>
+
+		<dependency>
+			<groupId>org.apache.flink</groupId>
+			<artifactId>flink-streaming-core</artifactId>
+			<version>${project.version}</version>
+		</dependency>
+
+		<dependency>
+			<groupId>org.apache.flink</groupId>
+			<artifactId>flink-streaming-connectors</artifactId>
+			<version>${project.version}</version>
+		</dependency>
+
+		<dependency>
+			<groupId>org.apache.flink</groupId>
+			<artifactId>flink-streaming-examples</artifactId>
+			<version>${project.version}</version>
+		</dependency>
 	</dependencies>
 
 	<!-- See main pom.xml for explanation of profiles -->
@@ -110,7 +128,7 @@ under the License.
 				<!-- No extra dependencies: pact-hbase is currently not compatible with Hadoop v1 -->
 			</dependencies>
 		</profile>
-		
+
 		<profile>
 			<id>include-yarn</id>
 			<activation>
@@ -149,8 +167,8 @@ under the License.
 									<archive>
 										<manifest>
 											<mainClass>org.apache.flink.yarn.Client</mainClass>
-											<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>  
-											<addDefaultImplementationEntries>true</addDefaultImplementationEntries>  
+											<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+											<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
 										</manifest>
 									</archive>
 									<descriptors>
@@ -158,7 +176,7 @@ under the License.
 									</descriptors>
 								</configuration>
 							</execution>
-							
+
 							<!-- yarn bin directory -->
 							<execution>
 								<id>yarn-bin</id>
@@ -179,7 +197,7 @@ under the License.
 				</plugins>
 			</build>
 		</profile>
-		
+
 		<profile>
 			<id>hadoop-2</id>
 			<activation>
@@ -196,7 +214,7 @@ under the License.
 				</dependency>
 			</dependencies>
 		</profile>
-		
+
 		<profile>
 			<id>debian-package</id>
 			<build>
@@ -336,8 +354,8 @@ under the License.
 			</build>
 		</profile>
 	</profiles>
-	
-	
+
+
 
 	<build>
 		<plugins>
@@ -368,7 +386,7 @@ under the License.
 					<skip>true</skip>
 				</configuration>
 			</plugin>
-			
+
 			<plugin>
 				<!-- Description: https://github.com/ktoso/maven-git-commit-id-plugin -->
 				<groupId>pl.project13.maven</groupId>