You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by jb...@apache.org on 2018/01/29 20:43:01 UTC

[beam] branch release-2.3.0 updated: Fix dependency order error, harness must be built before container

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

jbonofre pushed a commit to branch release-2.3.0
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/release-2.3.0 by this push:
     new 4496747  Fix dependency order error, harness must be built before container
4496747 is described below

commit 44967471a7bc55bdf8c9b355fd9ececb2cfef15d
Author: Ismaël Mejía <ie...@gmail.com>
AuthorDate: Mon Jan 29 21:11:53 2018 +0100

    Fix dependency order error, harness must be built before container
---
 sdks/java/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdks/java/pom.xml b/sdks/java/pom.xml
index f68c1c7..c08ea58 100644
--- a/sdks/java/pom.xml
+++ b/sdks/java/pom.xml
@@ -36,9 +36,9 @@
     <!-- build-tools inherits from the Beam root pom to enable checkstyle
          and other project configuration to be used in all modules.
     <module>build-tools</module> -->
+    <module>harness</module>
     <module>container</module>
     <module>core</module>
-    <module>harness</module>
     <module>io</module>
     <module>java8tests</module>
     <module>maven-archetypes</module>

-- 
To stop receiving notification emails like this one, please contact
jbonofre@apache.org.