Eradicate exificient from the repository 92/5492/1
authorRobert Varga <rovarga@cisco.com>
Sat, 1 Feb 2014 08:01:20 +0000 (09:01 +0100)
committerRobert Varga <rovarga@cisco.com>
Fri, 28 Feb 2014 06:13:14 +0000 (07:13 +0100)
Change-Id: I08e05f72818c22b6a46aee02a00c539006006905
Signed-off-by: Robert Varga <rovarga@cisco.com>
opendaylight/netconf/netconf-util/pom.xml
third-party/com.siemens.ct.exi/pom.xml [deleted file]

index 5df329def023f2c5216b08a3f9a7bbef29bccc23..d623dd979646e8f724f7abdefc9ce287a528a9fa 100644 (file)
             <groupId>io.netty</groupId>
             <artifactId>netty-handler</artifactId>
         </dependency>
-        <!--dependency>
-            <groupId>com.siemens.ct.exi</groupId>
-            <artifactId>exificient</artifactId>
-        </dependency-->
         <dependency>
             <groupId>org.opendaylight.controller.thirdparty</groupId>
             <artifactId>ganymed</artifactId>
diff --git a/third-party/com.siemens.ct.exi/pom.xml b/third-party/com.siemens.ct.exi/pom.xml
deleted file mode 100644 (file)
index 7a4f32f..0000000
+++ /dev/null
@@ -1,69 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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/maven-v4_0_0.xsd">
-  <!-- Get some common settings for the project we are using it in -->
-  <parent>
-    <groupId>org.opendaylight.controller</groupId>
-    <artifactId>commons.thirdparty</artifactId>
-    <version>1.1.1-SNAPSHOT</version>
-    <relativePath>../commons/thirdparty</relativePath>
-  </parent>
-  <scm>
-    <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
-    <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
-    <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main</url>
-    <tag>HEAD</tag>
-  </scm>
-
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.opendaylight.controller.thirdparty</groupId>
-  <artifactId>exificient</artifactId>
-  <version>0.9.2-SNAPSHOT</version>
-  <packaging>bundle</packaging>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>maven-bundle-plugin</artifactId>
-        <version>2.3.6</version>
-        <extensions>true</extensions>
-        <configuration>
-          <instructions>
-            <Embed-Dependency>*;scope=!provided;type=!pom;inline=false</Embed-Dependency>
-            <Embed-Transitive>false</Embed-Transitive>
-            <Export-Package>
-              com.siemens.ct.exi.*,
-            </Export-Package>
-            <Import-Package>
-                javax.xml.namespace,
-                javax.xml.parsers,
-                javax.xml.stream,
-                javax.xml.stream.events,
-                javax.xml.transform.sax,
-                org.apache.xerces.impl.xs,
-                org.apache.xerces.impl.xs.models,
-                org.apache.xerces.xni,
-                org.apache.xerces.xni.grammars,
-                org.apache.xerces.xni.parser,
-                org.apache.xerces.xs,
-                org.w3c.dom,
-                org.xml.sax,
-                org.xml.sax.ext,
-                org.xml.sax.helpers
-            </Import-Package>
-          </instructions>
-          <manifestLocation>${project.basedir}/META-INF</manifestLocation>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
-
-  <dependencies>
-    <dependency>
-        <groupId>com.siemens.ct.exi</groupId>
-        <artifactId>exificient</artifactId>
-        <version>0.9.2</version>
-    </dependency>
-  </dependencies>
-
-</project>