Merge changes Ic12888cc,I669cc282,Iad2d6119
[bgpcep.git] / pcep / spi / pom.xml
index e77779a2cbb825b2d838a573d7484eed566e1586..b8472a45ff29b17003b1ea927e452160d7f1c67e 100644 (file)
            <plugin>
                <groupId>org.apache.felix</groupId>
                <artifactId>maven-bundle-plugin</artifactId>
-               <version>${maven.bundle.version}</version>
                <extensions>true</extensions>
                <configuration>
                    <instructions>
                        <Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>
-                       <Export-Package>
-                           org.opendaylight.protocol.pcep.spi,
-                           org.opendaylight.protocol.pcep.spi.pojo,
-                       </Export-Package>
                    </instructions>
                </configuration>
            </plugin>