Fixed Export-Package sections after rename.
[mdsal.git] / dom / mdsal-dom-inmemory-datastore / pom.xml
index efeeadacc531e37787639a78ff2682a46889245d..fac397fac156f1d66422dd8eb523a5c975c41fc6 100644 (file)
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
         <extensions>true</extensions>
-        <configuration>
-          <instructions>
-            <Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>
-
-            <Export-Package>org.opendaylight.mdsal.md.sal.dom.store.impl.*</Export-Package>
-
-            <Import-Package>*</Import-Package>
-          </instructions>
-        </configuration>
       </plugin>
+
       <plugin>
         <groupId>org.jacoco</groupId>
         <artifactId>jacoco-maven-plugin</artifactId>