You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by jk...@apache.org on 2015/03/04 15:39:09 UTC

tapestry-5 git commit: This has been obsolete for several years now

Repository: tapestry-5
Updated Branches:
  refs/heads/master 3fdf9d1ee -> 3bc7122fe


This has been obsolete for several years now


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/3bc7122f
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/3bc7122f
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/3bc7122f

Branch: refs/heads/master
Commit: 3bc7122fef5eaa93fe781b76ee319810f7bf958b
Parents: 3fdf9d1
Author: Jochen Kemnade <jo...@eddyson.de>
Authored: Wed Mar 4 15:38:25 2015 +0100
Committer: Jochen Kemnade <jo...@eddyson.de>
Committed: Wed Mar 4 15:38:25 2015 +0100

----------------------------------------------------------------------
 build.gradle | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/3bc7122f/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index fd5cccc..98f1cdd 100755
--- a/build.gradle
+++ b/build.gradle
@@ -143,7 +143,6 @@ subprojects {
 
     configurations {
         provided
-        deployerJars
     }
 
     apply plugin: "java"
@@ -175,8 +174,6 @@ subprojects {
 
     dependencies {
 
-        deployerJars "org.apache.maven.wagon:wagon-http-lightweight:1.0-beta-6"
-
         testRuntime "org.slf4j:slf4j-log4j12:${versions.slf4j}"
     }