You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ka...@apache.org on 2013/11/14 22:13:01 UTC

git commit: [HELIX-305] Build fails because net.sf.josql cannot be resolved, rb=15541

Updated Branches:
  refs/heads/helix-0.6.2-release ae737f853 -> c9a055017


[HELIX-305] Build fails because net.sf.josql cannot be resolved, rb=15541


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

Branch: refs/heads/helix-0.6.2-release
Commit: c9a0550170c6f50377d56c44360afde16b84d282
Parents: ae737f8
Author: Kanak Biscuitwala <ka...@apache.org>
Authored: Thu Nov 14 12:32:02 2013 -0800
Committer: Kanak Biscuitwala <ka...@apache.org>
Committed: Thu Nov 14 13:06:51 2013 -0800

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


http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/c9a05501/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 77eb495..f3907f8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -168,6 +168,11 @@ under the License.
       <name>SnakeYAML repository</name>
       <url>http://oss.sonatype.org/content/groups/public/</url>
     </repository>
+    <repository>
+      <id>jboss-fs-public</id>
+      <name>JBoss FuseSource repository</name>
+      <url>http://repository.jboss.org/nexus/content/groups/fs-public/</url>
+    </repository>
   </repositories>