Remove trailing whitespace
[openflowjava.git] / openflow-protocol-spi / pom.xml
index f6ea1ffd92e0ac73fc610a36ac3a816db387dc0c..18369f5e21de80c6ddf4a2dc32c5e1b17e6dfe05 100644 (file)
@@ -7,13 +7,13 @@
     </parent>
     <artifactId>openflow-protocol-spi</artifactId>
     <packaging>bundle</packaging>
-    
+
     <name>Openflow Protocol Library - SPI</name>
     <scm>
         <url>https://wiki.opendaylight.org/view/Openflow_Protocol_Library:Main</url>
       <tag>HEAD</tag>
   </scm>
-  
+
   <build>
         <plugins>
             <plugin>
@@ -23,7 +23,7 @@
               <configuration>
                 <instructions>
                     <Export-Package>
-                      org.opendaylight.openflowjava.protocol.spi.connection*,
+                      org.opendaylight.openflowjava.protocol.spi*,
                       org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflow._switch.connection.provider.*
                     </Export-Package>
                 </instructions>
@@ -81,7 +81,7 @@
             </plugin>
         </plugins>
     </build>
-    
+
     <dependencies>
        <dependency>
            <groupId>${project.groupId}</groupId>