]> source.dussan.org Git - archiva.git/commitdiff
Proxy tests now pass
authorJames William Dumay <jdumay@apache.org>
Fri, 13 Feb 2009 01:31:28 +0000 (01:31 +0000)
committerJames William Dumay <jdumay@apache.org>
Fri, 13 Feb 2009 01:31:28 +0000 (01:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-with-new-repoapi@743946 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-base/archiva-proxy/pom.xml
archiva-modules/archiva-base/archiva-proxy/src/main/java/org/apache/maven/archiva/proxy/MutableResourceContext.java

index f7ee96ebe205a060f0b2d3a14077fad86bd691ae..92f13475f2e4cf039c480149afe5ebb8591964b6 100644 (file)
       <artifactId>xmlunit</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.apache.archiva</groupId>
+      <artifactId>archiva-repository</artifactId>
+      <scope>test</scope>
+    </dependency>
     <dependency>
       <groupId>org.mortbay.jetty</groupId>
       <artifactId>jetty</artifactId>
index ab7a166cf0457a1fa2400d75a8667970eac2be6d..232efdc7125ff1fb6dee4d12c0e300021e17ec99 100644 (file)
 
 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