Modify pom files of nemo-artifacts and openflow-renderer. 35/30535/1
authortianran zhou <zhoutianran@huawei.com>
Thu, 3 Dec 2015 09:53:44 +0000 (17:53 +0800)
committertianran zhou <zhoutianran@huawei.com>
Thu, 3 Dec 2015 09:55:02 +0000 (17:55 +0800)
Change-Id: I78c2734cf73ee00b1c1bdce0708ad266ffc05ec1
Signed-off-by: tianran zhou <zhoutianran@huawei.com>
nemo-artifacts/pom.xml
nemo-renderers/openflow-renderer/pom.xml

index acf3209d74c5aa9708ea799aa471f75cfe1ca605..fcad3f5e106b75372c2c41cc6b4d2ff0aff94052 100644 (file)
@@ -9,15 +9,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   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>
 
-  <groupId>org.opendaylight.nemo</groupId>
-
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
     <version>1.6.0-SNAPSHOT</version>
-    <relativePath/>
+    <relativePath />
   </parent>
 
+  <groupId>org.opendaylight.nemo</groupId>
   <artifactId>nemo-artifacts</artifactId>
   <version>1.0.0-SNAPSHOT</version>
   <packaging>pom</packaging>
@@ -66,4 +65,4 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <url>https://wiki.opendaylight.org/view/NEMO:Main</url>
     <tag>HEAD</tag>
   </scm>
-</project>
+</project>
\ No newline at end of file
index 0c9915d59816f8ff60ab210c9e5358ef8ff05e26..51c04821442981c4d04f71108015d8af32fd63f1 100644 (file)
@@ -111,9 +111,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <artifactId>maven-bundle-plugin</artifactId>
         <configuration>
           <instructions>
-            <Export-Package>org.codehaus.jackson,
+            <Export-Package>
+              org.codehaus.jackson,
               org.codehaus.jackson.*,
-              org.joda.time.*,
+              org.joda.time.*
             </Export-Package>
             <Import-Package>*</Import-Package>
           </instructions>