Remove OSGi/felix from pom.xml

This commit is contained in:
catbref 2019-07-01 09:58:25 +01:00
parent 976ea97af1
commit bdfbea3a53

19
pom.xml
View File

@ -224,20 +224,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>${felix-bundle-plugin.version}</version>
<extensions>true</extensions>
<configuration>
<instructions>
<Include-Resource>
{maven-resources}, {maven-dependencies}
</Include-Resource>
<Bundle-ClassPath>.,..,{maven-dependencies}</Bundle-ClassPath>
</instructions>
</configuration>
</plugin>
</plugins>
<pluginManagement>
<plugins>
@ -314,11 +300,6 @@
<artifactId>package-info-maven-plugin</artifactId>
<version>${package-info-maven-plugin.version}</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>3.5.0</version>
</dependency>
<!-- HSQLDB for repository -->
<dependency>
<groupId>org.hsqldb</groupId>