forked from Qortal/qortal
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>
|
||||
</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…
x
Reference in New Issue
Block a user