From: Mathieu Baudier Date: Wed, 23 Dec 2020 08:26:29 +0000 (+0100) Subject: Introduce Argeo Suite additional third parties. X-Git-Tag: argeo-suite-2.1.17~7 X-Git-Url: https://git.argeo.org/?p=gpl%2Fargeo-suite.git;a=commitdiff_plain;h=90f8c4157fcfd5afbe79acfacf3b4ab862d1b678;hp=5dad4c94e1742d3c8d66393acaf466ca5e7ab9eb Introduce Argeo Suite additional third parties. --- diff --git a/dep/org.argeo.suite.dep.ui.rap/pom.xml b/dep/org.argeo.suite.dep.ui.rap/pom.xml index 3fe0b9c..90106fe 100644 --- a/dep/org.argeo.suite.dep.ui.rap/pom.xml +++ b/dep/org.argeo.suite.dep.ui.rap/pom.xml @@ -74,6 +74,88 @@ 2.1.17-SNAPSHOT + + + org.argeo.tp.javax + javax.xml.bind + + + + + org.argeo.tp.apache + org.apache.pdfbox + + + org.argeo.tp.apache + org.apache.pdfbox.fontbox + + + org.argeo.tp.apache + org.apache.pdfbox.jempbox + + + + + org.argeo.tp.apache.commons + org.apache.commons.math3 + + + org.argeo.tp.apache.commons + org.apache.commons.collections4 + + + org.argeo.tp.apache + org.apache.xml.security + + + org.argeo.tp.apache + org.apache.xmlbeans + + + org.argeo.tp.apache + org.apache.xalan + + + org.argeo.tp.apache + org.apache.xalan.serializer + + + org.argeo.tp.apache + org.apache.xml.resolver + + + org.argeo.tp.apache + org.apache.xerces + + + + + org.argeo.tp.apache + org.apache.poi + + + org.argeo.tp.apache + org.apache.poi.ooxml + + + org.argeo.tp.apache + org.apache.poi.ooxml.schemas + + + org.argeo.tp.apache + org.apache.poi.scratchpad + + + + + org.argeo.tp.javax + javax.activation + + + org.argeo.tp.javax + javax.mail + + org.argeo.commons @@ -142,6 +224,7 @@ argeo-cms-ui-rap + argeo-suite-ui-rap-tp @@ -150,5 +233,64 @@ + + rpmbuild-tp + + + + maven-assembly-plugin + + + prepare-source-tp + package + + single + + + + a2-source-tp + + + + + + + org.codehaus.mojo + rpm-maven-plugin + + + rpm-tp + package + + rpm + + + argeo-suite-ui-rap-tp + ${version.argeo-tp} + ${maven.build.timestamp} + + + /usr/share/osgi + root + root + 644 + true + + + ${project.build.directory}/${project.artifactId}-${project.version}-a2-source-tp + + **/*.jar + + + + + + + + + + + +