Bumped stateful draft to 07.
[bgpcep.git] / pcep / topology-provider / pom.xml
index 53cdd3cec514cc8ea03298a4d3bd7a7b0ded6544..59934747168411bc806b3ba783c1610060846dbd 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.bgpcep.pcep.topology.provider
-                       </Export-Package>
                    </instructions>
                </configuration>
            </plugin>