Browse Source

Remove OSGi/felix from pom.xml

split-DB
catbref 5 years ago
parent
commit
bdfbea3a53
  1. 19
      pom.xml

19
pom.xml

@ -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>

Loading…
Cancel
Save