From: Mathieu Baudier Date: Tue, 19 Mar 2019 16:41:34 +0000 (+0100) Subject: Argeo TP v2.1.23; adding freemarker and tomcat-jni X-Git-Tag: v2.3.9~53 X-Git-Url: http://git.argeo.org/?p=gpl%2Fargeo-tp.git;a=commitdiff_plain;h=07e2a7f558d540616ef1fe83ae41a39d4c34a07a Argeo TP v2.1.23; adding freemarker and tomcat-jni --- diff --git a/META-INF/MANIFEST.MF b/META-INF/MANIFEST.MF index 9863ac7..91b3127 100644 --- a/META-INF/MANIFEST.MF +++ b/META-INF/MANIFEST.MF @@ -7,7 +7,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: Argeo Third Party Factory Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-SymbolicName: org.argeo.tp.factory.core -Bundle-Version: 2.1.22.r201901311524 +Bundle-Version: 2.1.23.r201903191635 Import-Package: javax.jcr;version="[2.0,3)",org.argeo.cms.spring;version ="[2.1,3)",org.argeo.slc.repo;version="[2.1,3)",org.argeo.slc.repo.osgi ;version="[2.1,3)",org.springframework.cglib.proxy;version="[3.2,4)",or diff --git a/META-INF/spring/apache.xml b/META-INF/spring/apache.xml index 57579fb..b75407e 100644 --- a/META-INF/spring/apache.xml +++ b/META-INF/spring/apache.xml @@ -54,13 +54,19 @@ + + + + - + @@ -70,6 +76,11 @@ org.apache.sshd.core + + org.bouncycastle.jce.provider;resolution:=optional, + net.i2p.crypto.eddsa;resolution:=optional, + * + diff --git a/META-INF/spring/bouncycastle.xml b/META-INF/spring/bouncycastle.xml index 840ac58..8cfc632 100644 --- a/META-INF/spring/bouncycastle.xml +++ b/META-INF/spring/bouncycastle.xml @@ -11,9 +11,9 @@ - + @@ -24,7 +24,7 @@ @@ -35,7 +35,7 @@ @@ -46,7 +46,7 @@ diff --git a/META-INF/spring/distribution.xml b/META-INF/spring/distribution.xml index 2c222e6..9f55b2e 100644 --- a/META-INF/spring/distribution.xml +++ b/META-INF/spring/distribution.xml @@ -14,7 +14,7 @@ class="org.argeo.slc.repo.osgi.ArgeoOsgiDistributionImpl" init-method="init" destroy-method="destroy"> + value="org.argeo.tp:argeo-tp:2.1.23" /> @@ -57,6 +57,7 @@ + @@ -109,6 +110,7 @@ + @@ -126,7 +128,7 @@ class="org.argeo.slc.repo.osgi.ArgeoOsgiDistributionImpl" init-method="init" destroy-method="destroy"> + value="org.argeo.tp:argeo-tp-rap-e4:2.1.23" /> @@ -138,7 +140,7 @@ class="org.argeo.slc.repo.osgi.ArgeoOsgiDistributionImpl" init-method="init" destroy-method="destroy"> + value="org.argeo.tp:argeo-tp-rcp-e4:2.1.23" /> @@ -150,7 +152,7 @@ class="org.argeo.slc.repo.osgi.ArgeoOsgiDistributionImpl" init-method="init" destroy-method="destroy"> + value="org.argeo.tp:argeo-tp-rap-e3:2.1.23" /> diff --git a/META-INF/spring/misc.xml b/META-INF/spring/misc.xml index 939011a..0cdf1ea 100644 --- a/META-INF/spring/misc.xml +++ b/META-INF/spring/misc.xml @@ -353,6 +353,15 @@ + + + + + + + diff --git a/pom.xml b/pom.xml index 0309a89..eb60586 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ org.argeo.tp.factory org.argeo.tp.factory.core - 2.1.22 + 2.1.23 Argeo Third Party Factory OSGi packaging of free / open source third party libraries