Remove artifacts entries for long-gone RESTCONF 15/56115/3
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 26 Apr 2017 18:34:01 +0000 (20:34 +0200)
committerTom Pantelis <tompantelis@gmail.com>
Thu, 27 Apr 2017 10:56:49 +0000 (10:56 +0000)
RESTCONF has been moved to its own project, hence these
artifacts entries are duds. Remove them.

Change-Id: I72d918567a04841784b0a8061ec655fe79af6ae4
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit 09f44218611fb5a1439d1b2c7ffef401449c354b)

opendaylight/md-sal/mdsal-artifacts/pom.xml

index 4e61d156c6a8e4ca78428e6e57dc327766d8075a..28b641133c6b0fc98278d904b7f767f5881b7d34 100644 (file)
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-               <groupId>org.opendaylight.odlparent</groupId>
-               <artifactId>odlparent-lite</artifactId>
-               <version>1.9.0-SNAPSHOT</version>
-               <relativePath/>
+        <groupId>org.opendaylight.odlparent</groupId>
+        <artifactId>odlparent-lite</artifactId>
+        <version>1.9.0-SNAPSHOT</version>
+        <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.controller</groupId>
                 <version>1.2.0-SNAPSHOT</version>
             </dependency>
 
-            <!-- RESTCONF -->
-            <dependency>
-                <groupId>${project.groupId}</groupId>
-                <artifactId>sal-remote</artifactId>
-                <version>${project.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.controller</groupId>
-                <artifactId>sal-rest-connector</artifactId>
-                <version>${project.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.controller</groupId>
-                <artifactId>sal-rest-connector-config</artifactId>
-                <version>${project.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.controller</groupId>
-                <artifactId>sal-restconf-broker</artifactId>
-                <version>${project.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.controller</groupId>
-                <artifactId>sal-rest-docgen</artifactId>
-                <version>${project.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.controller</groupId>
-                <artifactId>sal-rest-docgen-maven</artifactId>
-                <version>${project.version}</version>
-            </dependency>
-
             <!-- Toaster -->
             <dependency>
                 <groupId>org.opendaylight.controller.samples</groupId>