Upgrade org.apache.servicemix.specs.activation-api-1.2.1 to fix mail sending (#2292)
Fixes #2273 Signed-off-by: Kai Kreuzer <kai@openhab.org>pull/2294/head
parent
05b7ec86f1
commit
79edf2b9e6
|
@ -173,7 +173,7 @@
|
|||
<dependency>
|
||||
<groupId>org.apache.servicemix.specs</groupId>
|
||||
<artifactId>org.apache.servicemix.specs.activation-api-1.2.1</artifactId>
|
||||
<version>1.2.1_2</version>
|
||||
<version>1.2.1_3</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
|
|
|
@ -135,7 +135,7 @@
|
|||
|
||||
<feature name="openhab.tp-jaxb" description="JAXB bundles" version="${project.version}">
|
||||
<capability>openhab.tp;feature=jaxb;version=2.3.3</capability>
|
||||
<bundle start-level="10">mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.activation-api-1.2.1/1.2.1_2</bundle>
|
||||
<bundle start-level="10">mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.activation-api-1.2.1/1.2.1_3</bundle>
|
||||
<bundle start-level="10">mvn:jakarta.xml.bind/jakarta.xml.bind-api/2.3.3</bundle>
|
||||
<bundle start-level="20">mvn:com.sun.xml.bind/jaxb-osgi/2.3.3</bundle>
|
||||
<bundle start-level="20">mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3</bundle>
|
||||
|
@ -143,7 +143,7 @@
|
|||
|
||||
<feature name="openhab.tp-jaxws" description="JAX-WS (SOAP) bundles" version="${project.version}">
|
||||
<capability>openhab.tp;feature=jax-ws;version=1.4.0</capability>
|
||||
<bundle start-level="10">mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.activation-api-1.2.1/1.2.1_2</bundle>
|
||||
<bundle start-level="10">mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.activation-api-1.2.1/1.2.1_3</bundle>
|
||||
<bundle start-level="10">mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.saaj-api-1.4/1.4_2</bundle>
|
||||
<bundle start-level="20">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.saaj-impl/1.4.0_2</bundle>
|
||||
<bundle start-level="20">mvn:org.jvnet.staxex/stax-ex/1.7.4</bundle>
|
||||
|
@ -162,7 +162,7 @@
|
|||
|
||||
<feature name="openhab.tp-jose4j" description="jose4j JWT library" version="${project.version}">
|
||||
<capability>openhab.tp;feature=jose4j;version=0.7.0</capability>
|
||||
<bundle start-level="10">mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.activation-api-1.2.1/1.2.1_2</bundle>
|
||||
<bundle start-level="10">mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.activation-api-1.2.1/1.2.1_3</bundle>
|
||||
<bundle>mvn:org.bitbucket.b_c/jose4j/0.7.0</bundle>
|
||||
</feature>
|
||||
|
||||
|
|
Loading…
Reference in New Issue