mirror of
https://github.com/Qortal/qortal.git
synced 2025-03-31 01:15:52 +00:00
Remove OSGi/felix from pom.xml
This commit is contained in:
parent
976ea97af1
commit
bdfbea3a53
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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user