forked from Qortal-Forker/qortal
Remove OSGi/felix from pom.xml
This commit is contained in:
19
pom.xml
19
pom.xml
@@ -224,20 +224,6 @@
|
|||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</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>
|
</plugins>
|
||||||
<pluginManagement>
|
<pluginManagement>
|
||||||
<plugins>
|
<plugins>
|
||||||
@@ -314,11 +300,6 @@
|
|||||||
<artifactId>package-info-maven-plugin</artifactId>
|
<artifactId>package-info-maven-plugin</artifactId>
|
||||||
<version>${package-info-maven-plugin.version}</version>
|
<version>${package-info-maven-plugin.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>org.apache.felix</groupId>
|
|
||||||
<artifactId>maven-bundle-plugin</artifactId>
|
|
||||||
<version>3.5.0</version>
|
|
||||||
</dependency>
|
|
||||||
<!-- HSQLDB for repository -->
|
<!-- HSQLDB for repository -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.hsqldb</groupId>
|
<groupId>org.hsqldb</groupId>
|
||||||
|
|||||||
Reference in New Issue
Block a user