mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-17 11:19:15 +00:00
added explicit dependencies to org.apache.commons.collections4 and compress to barbados result importer
This commit is contained in:
@@ -19,7 +19,9 @@ Require-Bundle: com.sap.sailing.server,
|
||||
org.apache.xmlbeans;bundle-version="3.1.0",
|
||||
org.apache.poi;bundle-version="3.9.0",
|
||||
org.apache.poi.ooxml;bundle-version="3.9.0",
|
||||
org.apache.poi.ooxml.schemas;bundle-version="3.9.0"
|
||||
org.apache.poi.ooxml.schemas;bundle-version="3.9.0",
|
||||
org.apache.commons.collections4;bundle-version="4.4.0",
|
||||
org.apache.commons.compress;bundle-version="1.19.0"
|
||||
Bundle-ClassPath: .
|
||||
Export-Package: com.sap.sailing.barbados.resultimport.impl;x-friends:="com.sap.sailing.barbados.resultimport.test"
|
||||
Automatic-Module-Name: com.sap.sailing.barbados.resultimport
|
||||
|
||||
@@ -63,6 +63,13 @@
|
||||
version="4.4.0.v20200420-1700"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.apache.commons.compress"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="1.19.0.v20200106-2343"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.dom4j"
|
||||
download-size="0"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<?pde version="3.8"?>
|
||||
<target name="Race Analysis Target" sequenceNumber="181">
|
||||
<target name="Race Analysis Target" sequenceNumber="182">
|
||||
<locations>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
|
||||
<unit id="javax.ws.rs" version="1.1.1.v20130318-1750"/>
|
||||
@@ -19,6 +19,7 @@
|
||||
<unit id="org.apache.poi.ooxml" version="4.1.1.v20200820-1148"/>
|
||||
<unit id="org.apache.poi.ooxml.schemas" version="4.1.1.v20200922-2105"/>
|
||||
<unit id="org.apache.commons.collections4" version="4.4.0.v20200420-1700"/>
|
||||
<unit id="org.apache.commons.compress" version="1.19.0.v20200106-2343"/>
|
||||
<repository location="https://download.eclipse.org/tools/orbit/downloads/drops/R20201130205003/repository/"/>
|
||||
</location>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
|
||||
@@ -178,6 +179,7 @@
|
||||
<plugin id="org.apache.poi.ooxml"/>
|
||||
<plugin id="org.apache.poi.ooxml.schemas"/>
|
||||
<plugin id="org.apache.commons.collections4"/>
|
||||
<plugin id="org.apache.commons.compress"/>
|
||||
<plugin id="org.apache.servicemix.bundles.ehcache"/>
|
||||
<plugin id="org.apache.servicemix.bundles.ehcache.source"/>
|
||||
<plugin id="org.apache.servicemix.bundles.scribe"/>
|
||||
|
||||
Reference in New Issue
Block a user