You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by da...@apache.org on 2015/09/16 02:32:20 UTC

incubator-apex-core git commit: exclude malhar contrib couchbase mock test snapshot dependency from snapshot enforce rule.

Repository: incubator-apex-core
Updated Branches:
  refs/heads/release-3.1 46a84d011 -> 8ae1bfef7


exclude malhar contrib couchbase mock test snapshot dependency from snapshot enforce rule.


Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/commit/8ae1bfef
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/8ae1bfef
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/8ae1bfef

Branch: refs/heads/release-3.1
Commit: 8ae1bfef717991bc6269bd1ece8f1943ee44a5b2
Parents: 46a84d0
Author: Vlad Rozov <v....@datatorrent.com>
Authored: Tue Sep 15 16:09:43 2015 -0700
Committer: Vlad Rozov <v....@datatorrent.com>
Committed: Tue Sep 15 16:09:43 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/8ae1bfef/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 218e651..49a87a1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,6 +120,9 @@
                 <requireReleaseDeps>
                   <message>Snapshots are not allowed</message>
                   <onlyWhenRelease>true</onlyWhenRelease>
+                  <excludes>
+                    <exclude>org.couchbase.mock:CouchbaseMock</exclude>
+                  </excludes>
                 </requireReleaseDeps>
               </rules>
             </configuration>