Repository: brooklyn-client Updated Branches: refs/heads/master 3a45f81c2 -> cfa7909ce
Fix unit tests and launcher config Project: http://git-wip-us.apache.org/repos/asf/brooklyn-client/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-client/commit/6a07ebda Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-client/tree/6a07ebda Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-client/diff/6a07ebda Branch: refs/heads/master Commit: 6a07ebdaba831a85a1e0c7bae4a0c9caed2d4a53 Parents: fa2d7b3 Author: Thomas Bouron <[email protected]> Authored: Fri Apr 14 13:21:34 2017 +0100 Committer: Thomas Bouron <[email protected]> Committed: Fri Apr 14 13:21:34 2017 +0100 ---------------------------------------------------------------------- java/src/test/webapp/WEB-INF/web.xml | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-client/blob/6a07ebda/java/src/test/webapp/WEB-INF/web.xml ---------------------------------------------------------------------- diff --git a/java/src/test/webapp/WEB-INF/web.xml b/java/src/test/webapp/WEB-INF/web.xml index 38b637a..8d3b8a8 100644 --- a/java/src/test/webapp/WEB-INF/web.xml +++ b/java/src/test/webapp/WEB-INF/web.xml @@ -97,7 +97,6 @@ org.apache.brooklyn.rest.resources.PolicyResource; org.apache.brooklyn.rest.resources.ScriptResource; org.apache.brooklyn.rest.resources.SensorResource; - org.apache.brooklyn.rest.resources.VersionResource; </param-value> </init-param>
