Bug-194: Moved tcpmd5/jni-cfg to tcpmd5/jni 59/9059/2
authorMilos Fabian <milfabia@cisco.com>
Wed, 16 Jul 2014 11:48:19 +0000 (13:48 +0200)
committerMilos Fabian <milfabia@cisco.com>
Wed, 16 Jul 2014 12:00:26 +0000 (14:00 +0200)
-moved cfg yang model and java files
-preserved minimalistic pom.xml in tcpmd5/jni-cfg

Change-Id: Ifee8463c33376a9da076dcc9297452d506e47897
Signed-off-by: Milos Fabian <milfabia@cisco.com>
bgp/rib-impl/pom.xml
commons/parent/pom.xml
pcep/topology-provider/pom.xml
tcp-md5/jni-cfg/pom.xml
tcp-md5/jni/pom.xml
tcp-md5/jni/src/main/java/org/opendaylight/controller/config/yang/tcpmd5/jni/cfg/NativeKeyAccessFactoryModule.java [moved from tcp-md5/jni-cfg/src/main/java/org/opendaylight/controller/config/yang/tcpmd5/jni/cfg/NativeKeyAccessFactoryModule.java with 100% similarity]
tcp-md5/jni/src/main/java/org/opendaylight/controller/config/yang/tcpmd5/jni/cfg/NativeKeyAccessFactoryModuleFactory.java [moved from tcp-md5/jni-cfg/src/main/java/org/opendaylight/controller/config/yang/tcpmd5/jni/cfg/NativeKeyAccessFactoryModuleFactory.java with 100% similarity]
tcp-md5/jni/src/main/yang/odl-tcpmd5-jni-cfg.yang [moved from tcp-md5/jni-cfg/src/main/yang/odl-tcpmd5-jni-cfg.yang with 100% similarity]

index 5bf4ad28685567984dd31c5e1aa966a6e4481515..b2d494c505bfb36980f5706edc32e5a59058729a 100644 (file)
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>tcpmd5-jni-cfg</artifactId>
+            <artifactId>tcpmd5-jni</artifactId>
             <scope>test</scope>
         </dependency>
         <dependency>
index c2dd9430a8e0d1f10854a907c885005d4272c0cd..74873a7bff6e450bc692e93032c50443c1702322 100644 (file)
            </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
-                <artifactId>tcpmd5-jni-cfg</artifactId>
+                <artifactId>tcpmd5-jni</artifactId>
                 <version>${project.version}</version>
+                <scope>test</scope>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
index e1cfa5acff59e4cd8a1ef570869e64efd4361c8d..3aa9e18696dec092300d281025912329cf08e168 100644 (file)
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>tcpmd5-jni-cfg</artifactId>
+            <artifactId>tcpmd5-jni</artifactId>
             <scope>test</scope>
         </dependency>
             <dependency>
index accfae0767a3976837b974d5c855bfb3c0265bb4..d0bfa6def846133ac00f1ef24600857d2c859e1d 100644 (file)
         <maven>3.0.4</maven>
     </prerequisites>
 
-    <dependencies>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>tcpmd5-api</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>tcpmd5-jni</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.opendaylight.controller</groupId>
-            <artifactId>config-api</artifactId>
-        </dependency>
-    </dependencies>
-
     <build>
         <plugins>
-            <plugin>
-                <groupId>org.opendaylight.yangtools</groupId>
-                <artifactId>yang-maven-plugin</artifactId>
-            </plugin>
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
index f3ac292a08edd7783d903503bc2dbff643a79067..8b2c099b1fb094cf7b2247208ebc5fc06641a74e 100644 (file)
             <artifactId>slf4j-api</artifactId>
         </dependency>
 
+        <dependency>
+            <groupId>org.opendaylight.controller</groupId>
+            <artifactId>config-api</artifactId>
+        </dependency>
+
         <!-- Testing dependencies -->
         <dependency>
             <groupId>junit</groupId>
                 </configuration>
             </plugin>
 
+            <plugin>
+                <groupId>org.opendaylight.yangtools</groupId>
+                <artifactId>yang-maven-plugin</artifactId>
+            </plugin>
+
             <plugin>
                 <groupId>com.github.goldin</groupId>
                 <artifactId>copy-maven-plugin</artifactId>