Merge "Add missing license notice"
authorMichael Vorburger <vorburger@redhat.com>
Tue, 27 Feb 2018 16:53:15 +0000 (16:53 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Tue, 27 Feb 2018 16:53:15 +0000 (16:53 +0000)
1  2 
transcriber/pom.xml
transcriber/src/main/resources/org/opendaylight/blueprint/transcriber.xml

diff --combined transcriber/pom.xml
index 0978aa66ee8bc8032cb739be54523de3ac68aa6b,efae503bb22d4a52b07187431f59e1fcf987ee4e..d707acf842f9e2db84e9857d34bd31814a8032b4
@@@ -1,4 -1,11 +1,11 @@@
  <?xml version="1.0" encoding="UTF-8"?>
+ <!--
+  Copyright (c) 2018 Intel Corporation and others. All rights reserved.
+  This program and the accompanying materials are made available under the
+  terms of the Eclipse Public License v1.0 which accompanies this distribution,
+  and is available at http://www.eclipse.org/legal/epl-v10.html
+ -->
  <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>
  
      </plugins>
    </build>
    <dependencies>
 +    <dependency>
 +      <groupId>org.ops4j.pax.cdi</groupId>
 +      <artifactId>pax-cdi-api</artifactId>
 +      <optional>true</optional>
 +    </dependency>
      <dependency>
        <groupId>org.opendaylight.controller</groupId>
        <artifactId>sal-binding-api</artifactId>
index aa1e55610dd8c6d871007d85d0b1a48b9dc3aae7,ac008c201d8d70e767ed9d8af3c65ac8c17272a9..36a0130cf3cc16e72300145431f45311e655a686
@@@ -1,4 -1,11 +1,11 @@@
  <?xml version="1.0" encoding="UTF-8"?>
+ <!--
+  Copyright (c) 2018 Intel Corporation and others. All rights reserved.
+  This program and the accompanying materials are made available under the
+  terms of the Eclipse Public License v1.0 which accompanies this distribution,
+  and is available at http://www.eclipse.org/legal/epl-v10.html
+ -->
  <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
      xmlns:odl="http://opendaylight.org/xmlns/blueprint/v1.0.0"
      odl:use-default-for-reference-types="true">
@@@ -7,4 -14,8 +14,4 @@@
        interface="org.opendaylight.controller.md.sal.binding.api.DataBroker"
        odl:type="default" />
  
 -  <service ref="neutronTranscriberProvider"
 -    interface="org.opendaylight.neutron.transcriber.NeutronTranscriber"
 -    odl:type="default"/>
 -
  </blueprint>