Reorganize mappingservice.implementation
[lispflowmapping.git] / mappingservice / implementation / pom.xml
index 8376d852a2379255cd29bd4a1dc3d437857268af..e4d62c38bd866f70df146de0ddf3105bb81fd153 100644 (file)
       <artifactId>org.eclipse.osgi</artifactId>
     </dependency>
   </dependencies>
-
-  <build>
-     <plugins>
-       <plugin>
-         <groupId>org.apache.felix</groupId>
-         <artifactId>maven-bundle-plugin</artifactId>
-         <extensions>true</extensions>
-         <configuration>
-           <instructions>
-             <Export-Package>
-               org.opendaylight.lispflowmapping.implementation,
-               org.opendaylight.lispflowmapping.implementation.serializer,
-               org.opendaylight.lispflowmapping.implementation.util
-             </Export-Package>
-           </instructions>
-         </configuration>
-       </plugin>
-     </plugins>
-   </build>
 </project>