Repository: incubator-nifi
Updated Branches:
  refs/heads/develop 1de36927c -> 0f68280c2


NIFI-282 added missing license header to site to site client pom


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

Branch: refs/heads/develop
Commit: 0f68280c296d185e6dac0674902b96c45eece5a2
Parents: 1de3692
Author: joewitt <joew...@apache.org>
Authored: Mon Mar 9 16:59:47 2015 -0400
Committer: joewitt <joew...@apache.org>
Committed: Mon Mar 9 16:59:47 2015 -0400

----------------------------------------------------------------------
 nifi/nifi-commons/nifi-site-to-site-client/pom.xml | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/0f68280c/nifi/nifi-commons/nifi-site-to-site-client/pom.xml
----------------------------------------------------------------------
diff --git a/nifi/nifi-commons/nifi-site-to-site-client/pom.xml 
b/nifi/nifi-commons/nifi-site-to-site-client/pom.xml
index 0d21a3d..c440de2 100644
--- a/nifi/nifi-commons/nifi-site-to-site-client/pom.xml
+++ b/nifi/nifi-commons/nifi-site-to-site-client/pom.xml
@@ -1,4 +1,18 @@
 <?xml version="1.0"?>
+<!--
+       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.
+-->
 <project
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";
        xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
@@ -21,9 +35,6 @@
                        <groupId>org.apache.nifi</groupId>
                        <artifactId>nifi-utils</artifactId>
                </dependency>
-               <!-- <dependency> <groupId>com.sun.jersey</groupId> 
<artifactId>jersey-client</artifactId> 
-                       </dependency> <dependency> 
<groupId>org.apache.nifi</groupId> <artifactId>nifi-web-utils</artifactId> 
-                       </dependency> -->
                <dependency>
                        <groupId>org.codehaus.jackson</groupId>
                        <artifactId>jackson-mapper-asl</artifactId>

Reply via email to