You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by ja...@apache.org on 2018/12/07 03:28:16 UTC

[16/18] samza-hello-samza git commit: Fix build failures by excluding scala 2.12 versions

Fix build failures by excluding scala 2.12 versions


Project: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/repo
Commit: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/commit/e971e93a
Tree: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/tree/e971e93a
Diff: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/diff/e971e93a

Branch: refs/heads/master
Commit: e971e93a451a21dc9b926575a1b897f6f807488f
Parents: f25c37d
Author: Jagadish <jv...@linkedin.com>
Authored: Thu Dec 6 18:45:53 2018 -0800
Committer: Jagadish <jv...@linkedin.com>
Committed: Thu Dec 6 18:45:53 2018 -0800

----------------------------------------------------------------------
 pom.xml | 38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/samza-hello-samza/blob/e971e93a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e82647c..41ff462 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,6 +50,12 @@ under the License.
       <groupId>org.apache.samza</groupId>
       <artifactId>samza-azure</artifactId>
       <version>${samza.version}</version>
+      <exclusions>
+       <exclusion>
+        <groupId>org.apache.samza</groupId>
+        <artifactId>samza-core_2.12</artifactId>
+       </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.apache.samza</groupId>
@@ -60,11 +66,43 @@ under the License.
       <groupId>org.apache.samza</groupId>
       <artifactId>samza-test_2.11</artifactId>
       <version>${samza.version}</version>
+      <exclusions>
+       <exclusion>
+        <groupId>org.apache.samza</groupId>
+        <artifactId>samza-core_2.12</artifactId>
+       </exclusion>
+       <exclusion>
+        <groupId>org.apache.samza</groupId>
+        <artifactId>samza-log4j2</artifactId>
+       </exclusion>
+       <exclusion>
+        <groupId>org.apache.samza</groupId>
+        <artifactId>samza-log4j2</artifactId>
+       </exclusion>
+       <exclusion>
+        <groupId>org.apache.samza</groupId>
+        <artifactId>samza-kv-inmemory_2.12</artifactId>
+       </exclusion>
+       <exclusion>
+        <groupId>org.apache.samza</groupId>
+        <artifactId>samza-kv-rocksdb_2.12</artifactId>
+       </exclusion>
+       <exclusion>
+        <groupId>org.apache.samza</groupId>
+        <artifactId>samza-kafka_2.12</artifactId>
+       </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.apache.samza</groupId>
       <artifactId>samza-log4j</artifactId>
       <version>${samza.version}</version>
+      <exclusions>
+       <exclusion>
+        <groupId>org.apache.samza</groupId>
+        <artifactId>samza-core_2.12</artifactId>
+       </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.apache.samza</groupId>