This is an automated email from the ASF dual-hosted git repository.

shaoxuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 726d9e4  [FLINK-12758][ml] Add flink-ml-lib module
726d9e4 is described below

commit 726d9e49905e893659a1f7b0ba83a0a59bec8fac
Author: Gen Luo <[email protected]>
AuthorDate: Thu Jun 6 11:29:22 2019 +0800

    [FLINK-12758][ml] Add flink-ml-lib module
    
    This closes #8643
---
 flink-ml-parent/{ => flink-ml-lib}/pom.xml | 19 +++++++++----------
 flink-ml-parent/pom.xml                    |  1 +
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/flink-ml-parent/pom.xml b/flink-ml-parent/flink-ml-lib/pom.xml
similarity index 81%
copy from flink-ml-parent/pom.xml
copy to flink-ml-parent/flink-ml-lib/pom.xml
index 6ca2ebc..00b0db2 100644
--- a/flink-ml-parent/pom.xml
+++ b/flink-ml-parent/flink-ml-lib/pom.xml
@@ -7,9 +7,7 @@ regarding copyright ownership.  The ASF licenses this file
 to you under the Apache License, Version 2.0 (the
 "License"); you may not use this file except in compliance
 with the License.  You may obtain a copy of the License at
-
   http://www.apache.org/licenses/LICENSE-2.0
-
 Unless required by applicable law or agreed to in writing,
 software distributed under the License is distributed on an
 "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -24,16 +22,17 @@ under the License.
 
        <parent>
                <groupId>org.apache.flink</groupId>
-               <artifactId>flink-parent</artifactId>
+               <artifactId>flink-ml-parent</artifactId>
                <version>1.9-SNAPSHOT</version>
-               <relativePath>..</relativePath>
        </parent>
 
-       <artifactId>flink-ml-parent</artifactId>
-
-       <packaging>pom</packaging>
+       <artifactId>flink-ml-lib</artifactId>
 
-       <modules>
-               <module>flink-ml-api</module>
-       </modules>
+       <dependencies>
+               <dependency>
+                       <groupId>org.apache.flink</groupId>
+                       <artifactId>flink-ml-api</artifactId>
+                       <version>${project.version}</version>
+               </dependency>
+       </dependencies>
 </project>
diff --git a/flink-ml-parent/pom.xml b/flink-ml-parent/pom.xml
index 6ca2ebc..ccf4471 100644
--- a/flink-ml-parent/pom.xml
+++ b/flink-ml-parent/pom.xml
@@ -35,5 +35,6 @@ under the License.
 
        <modules>
                <module>flink-ml-api</module>
+               <module>flink-ml-lib</module>
        </modules>
 </project>

Reply via email to