From: James William Dumay Date: Fri, 13 Feb 2009 01:31:28 +0000 (+0000) Subject: Proxy tests now pass X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1ec35ba4d1da608ff2e4fad3aeb1d884e13e2ef9;p=archiva.git Proxy tests now pass git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-with-new-repoapi@743946 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/archiva-modules/archiva-base/archiva-proxy/pom.xml b/archiva-modules/archiva-base/archiva-proxy/pom.xml index f7ee96ebe..92f13475f 100644 --- a/archiva-modules/archiva-base/archiva-proxy/pom.xml +++ b/archiva-modules/archiva-base/archiva-proxy/pom.xml @@ -80,6 +80,11 @@ xmlunit test + + org.apache.archiva + archiva-repository + test + org.mortbay.jetty jetty diff --git a/archiva-modules/archiva-base/archiva-proxy/src/main/java/org/apache/maven/archiva/proxy/MutableResourceContext.java b/archiva-modules/archiva-base/archiva-proxy/src/main/java/org/apache/maven/archiva/proxy/MutableResourceContext.java index ab7a166cf..232efdc71 100644 --- a/archiva-modules/archiva-base/archiva-proxy/src/main/java/org/apache/maven/archiva/proxy/MutableResourceContext.java +++ b/archiva-modules/archiva-base/archiva-proxy/src/main/java/org/apache/maven/archiva/proxy/MutableResourceContext.java @@ -17,6 +17,25 @@ package org.apache.maven.archiva.proxy; +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + import org.apache.archiva.repository.api.ResourceContext; public class MutableResourceContext implements ResourceContext