Merge "rm un-used xtend-maven-plugin from srm/impl POM"
authorFaseela K <faseela.k@ericsson.com>
Thu, 21 Jun 2018 11:45:11 +0000 (11:45 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Thu, 21 Jun 2018 11:45:11 +0000 (11:45 +0000)
.gitignore
srm/shell/pom.xml

index b72abebdde13464a0ccdf4f59c8ddbb6a67ba4fb..27dc697a3eac9c6410d1fa28abfc877c79d584b4 100644 (file)
@@ -26,3 +26,4 @@ yang-gen-sal
 classes
 maven-metadata-local.xml
 META-INF
+.apt_generated_tests
index 72177e1b369346e03a4ef335b9bc427b62c9a442..67ea566c497c432682c6186039504a2e0c752e33 100644 (file)
@@ -37,6 +37,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <dependency>
       <groupId>org.apache.karaf.shell</groupId>
       <artifactId>org.apache.karaf.shell.console</artifactId>
+      <exclusions>
+        <exclusion>
+          <groupId>*</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+      </exclusions>
    </dependency>
   </dependencies>
 </project>