diff --git a/voila-runtime-batch/pom.xml b/voila-runtime-batch/pom.xml index 6855c00b7d4d2e09c2c07a200c9ce74c2bf0ebf9..f7a4f717ee86806e5aa4e1ac7e70c1cbb581ba35 100644 --- a/voila-runtime-batch/pom.xml +++ b/voila-runtime-batch/pom.xml @@ -1,51 +1,51 @@ - - 4.0.0 - - voila-runtime-root - it.micegroup.voila.runtime - 1.11-SNAPSHOT - ../voila-runtime-root/pom.xml - - voila-runtime-batch - Java framework Spring Batch runtime module - 1.11-SNAPSHOT - Java framework Spring Batch runtime module - - 2.1.9.RELEASE - - - - it.micegroup.voila.runtime - voila-runtime-core - ${project.parent.version} - - - org.springframework.batch - spring-batch-core - ${spring.batch.version} - - - org.springframework - spring-core - - - - - org.springframework.batch - spring-batch-infrastructure - ${spring.batch.version} - - - org.springframework - spring-core - - - - - javax.transaction - jta - 1.0.1B - runtime - - + + 4.0.0 + + voila-runtime-root + it.micegroup.voila.runtime + 1.11 + ../voila-runtime-root/pom.xml + + voila-runtime-batch + Java framework Spring Batch runtime module + 1.11 + Java framework Spring Batch runtime module + + 2.1.9.RELEASE + + + + it.micegroup.voila.runtime + voila-runtime-core + ${project.parent.version} + + + org.springframework.batch + spring-batch-core + ${spring.batch.version} + + + org.springframework + spring-core + + + + + org.springframework.batch + spring-batch-infrastructure + ${spring.batch.version} + + + org.springframework + spring-core + + + + + javax.transaction + jta + 1.0.1B + runtime + + \ No newline at end of file diff --git a/voila-runtime-core/pom.xml b/voila-runtime-core/pom.xml index 62fdfdbdc3ca6c3b62cec8a82b073ddbcd386515..1360e11196aacc685c21079d9c86c6d21660579e 100644 --- a/voila-runtime-core/pom.xml +++ b/voila-runtime-core/pom.xml @@ -1,120 +1,120 @@ - - - voila-runtime-root - it.micegroup.voila.runtime - 1.11-SNAPSHOT - ../voila-runtime-root/pom.xml - - 4.0.0 - voila-runtime-core - Java framework Spring Core runtime module - 1.11-SNAPSHOT - - - log4j - log4j - 1.2.15 - compile - - - jmxri - com.sun.jmx - - - jmxtools - com.sun.jdmk - - - - - org.pojomatic - pojomatic - 2.2.1 - - - org.ow2.asm - asm - - - - - joda-time - joda-time - 1.6.2 - - - org.springframework - spring-tx - ${org.springframework.version} - - - org.hibernate - hibernate-validator - 6.0.23.Final - - - javax.xml.stream - stax-api - - - - - com.fasterxml.jackson.core - jackson-databind - 2.13.5 - - - commons-configuration - commons-configuration - 1.6 - - - commons-logging - commons-logging - - - commons-collections - commons-collections - - - commons-beanutils - commons-beanutils-core - - - - - commons-dbcp - commons-dbcp - 1.2.2 - - - commons-digester - commons-digester - 1.6 - - - xml-apis - xml-apis - - - commons-logging - commons-logging - - - commons-collections - commons-collections - - - - - javax.validation - validation-api - 2.0.1.Final - - - org.ow2.asm - asm - 9.7 - - + + + voila-runtime-root + it.micegroup.voila.runtime + 1.11 + ../voila-runtime-root/pom.xml + + 4.0.0 + voila-runtime-core + Java framework Spring Core runtime module + 1.11 + + + log4j + log4j + 1.2.15 + compile + + + jmxri + com.sun.jmx + + + jmxtools + com.sun.jdmk + + + + + org.pojomatic + pojomatic + 2.2.1 + + + org.ow2.asm + asm + + + + + joda-time + joda-time + 1.6.2 + + + org.springframework + spring-tx + ${org.springframework.version} + + + org.hibernate + hibernate-validator + 6.0.23.Final + + + javax.xml.stream + stax-api + + + + + com.fasterxml.jackson.core + jackson-databind + 2.13.5 + + + commons-configuration + commons-configuration + 1.6 + + + commons-logging + commons-logging + + + commons-collections + commons-collections + + + commons-beanutils + commons-beanutils-core + + + + + commons-dbcp + commons-dbcp + 1.2.2 + + + commons-digester + commons-digester + 1.6 + + + xml-apis + xml-apis + + + commons-logging + commons-logging + + + commons-collections + commons-collections + + + + + javax.validation + validation-api + 2.0.1.Final + + + org.ow2.asm + asm + 9.7 + + \ No newline at end of file diff --git a/voila-runtime-displaytag/pom.xml b/voila-runtime-displaytag/pom.xml index 8edc1e3814e73899b7b71d930bb2f863950b8f07..91d3933981f2db3893456f50df0c766e8ac20c68 100644 --- a/voila-runtime-displaytag/pom.xml +++ b/voila-runtime-displaytag/pom.xml @@ -1,54 +1,52 @@ - - - voila-runtime-root - it.micegroup.voila.runtime - 1.11-SNAPSHOT - ../voila-runtime-root/pom.xml - - 4.0.0 - voila-runtime-displaytag - Java framework Spring Displaytag runtime module - 1.11-SNAPSHOT - - - it.micegroup.displaytag - displaytag - 2.4 - - - it.micegroup.voila.runtime - voila-runtime-core - ${project.parent.version} - - - org.apache.pdfbox - pdfbox - 2.0.31 - - - org.apache.poi - poi - - 5.2.2 - - - commons-io - commons-io - 2.16.1 - - - javax.servlet.jsp - javax.servlet.jsp-api - 2.3.3 - provided - - - javax.servlet - servlet-api - 2.5 - provided - - + + + voila-runtime-root + it.micegroup.voila.runtime + 1.11 + ../voila-runtime-root/pom.xml + + 4.0.0 + voila-runtime-displaytag + Java framework Spring Displaytag runtime module + 1.11 + + + it.micegroup.displaytag + displaytag + 2.4 + + + it.micegroup.voila.runtime + voila-runtime-core + ${project.parent.version} + + + org.apache.pdfbox + pdfbox + 2.0.31 + + + org.apache.poi + poi + + 5.2.2 + + + commons-io + commons-io + 2.16.1 + + + javax.servlet.jsp + javax.servlet.jsp-api + 2.3.3 + provided + + + javax.servlet + servlet-api + 2.5 + provided + + \ No newline at end of file diff --git a/voila-runtime-dwrajax/pom.xml b/voila-runtime-dwrajax/pom.xml index 163eba3e80f43738d6cc2bcd3857dca700d30549..8b5f7f59cf81f3593377493383880847e733304f 100644 --- a/voila-runtime-dwrajax/pom.xml +++ b/voila-runtime-dwrajax/pom.xml @@ -1,25 +1,25 @@ - - - voila-runtime-root - it.micegroup.voila.runtime - 1.11-SNAPSHOT - ../voila-runtime-root/pom.xml - - 4.0.0 - voila-runtime-dwrajax - Java framework Spring DWR AJAX runtime module - 1.11-SNAPSHOT - - - - org.directwebremoting - dwr - 3.0.0-rc2-dev - - - it.micegroup.voila.runtime - voila-runtime-springmvc - ${project.parent.version} - - + + + voila-runtime-root + it.micegroup.voila.runtime + 1.11 + ../voila-runtime-root/pom.xml + + 4.0.0 + voila-runtime-dwrajax + Java framework Spring DWR AJAX runtime module + 1.11 + + + + org.directwebremoting + dwr + 3.0.0-rc2-dev + + + it.micegroup.voila.runtime + voila-runtime-springmvc + ${project.parent.version} + + \ No newline at end of file diff --git a/voila-runtime-hibernate-search/pom.xml b/voila-runtime-hibernate-search/pom.xml index 426f613c277297f0c39d21e6e42e86831b74a236..e7a960c03e71f7f0010eb2516a4d99457e842140 100644 --- a/voila-runtime-hibernate-search/pom.xml +++ b/voila-runtime-hibernate-search/pom.xml @@ -1,31 +1,31 @@ - - 4.0.0 - - voila-runtime-root - it.micegroup.voila.runtime - 1.11-SNAPSHOT - ../voila-runtime-root/pom.xml - - voila-runtime-hibernate-search - Java framework Hibernate Search runtime module - 1.11-SNAPSHOT - Java framework Hibernate Search runtime module - - - org.hibernate - hibernate-search-orm - 5.11.12.Final - - - org.hibernate - hibernate-core - - - - - it.micegroup.voila.runtime - voila-runtime-core - ${project.parent.version} - - + + 4.0.0 + + voila-runtime-root + it.micegroup.voila.runtime + 1.11 + ../voila-runtime-root/pom.xml + + voila-runtime-hibernate-search + Java framework Hibernate Search runtime module + 1.11 + Java framework Hibernate Search runtime module + + + org.hibernate + hibernate-search-orm + 5.11.12.Final + + + org.hibernate + hibernate-core + + + + + it.micegroup.voila.runtime + voila-runtime-core + ${project.parent.version} + + \ No newline at end of file diff --git a/voila-runtime-hibernate-spatial/pom.xml b/voila-runtime-hibernate-spatial/pom.xml index f2f2371b1f98dce399f94aa3158b35918f3ea45e..b276654e75f1b6ba6b3bd005629e7aa7c336ab63 100644 --- a/voila-runtime-hibernate-spatial/pom.xml +++ b/voila-runtime-hibernate-spatial/pom.xml @@ -1,54 +1,54 @@ - - 4.0.0 - - voila-runtime-root - it.micegroup.voila.runtime - 1.11-SNAPSHOT - ../voila-runtime-root/pom.xml - - voila-runtime-hibernate-spatial - Java framework Hibernate Spatial extension runtime module - 1.11-SNAPSHOT - Java framework Hibernate Spatial extension runtime module - - - - - - - - - org.hibernatespatial - hibernate-spatial-postgis - 1.0 - - - hibernate-core - org.hibernate - - - - - - com.squareup.okio - okio-jvm - 3.4.0 - - - com.google.maps - google-maps-services - 2.2.0 - - - com.squareup.okio - okio-jvm - - - - - it.micegroup.voila.runtime - voila-runtime-hibernate - ${project.parent.version} - - + + 4.0.0 + + voila-runtime-root + it.micegroup.voila.runtime + 1.11 + ../voila-runtime-root/pom.xml + + voila-runtime-hibernate-spatial + Java framework Hibernate Spatial extension runtime module + 1.11 + Java framework Hibernate Spatial extension runtime module + + + + + + + + + org.hibernatespatial + hibernate-spatial-postgis + 1.0 + + + hibernate-core + org.hibernate + + + + + + com.squareup.okio + okio-jvm + 3.4.0 + + + com.google.maps + google-maps-services + 2.2.0 + + + com.squareup.okio + okio-jvm + + + + + it.micegroup.voila.runtime + voila-runtime-hibernate + ${project.parent.version} + + \ No newline at end of file diff --git a/voila-runtime-hibernate/pom.xml b/voila-runtime-hibernate/pom.xml index e2b5546e1f2f8ef3c066e4f254d63d089e7245e5..7c034f8904bddede71f8c826abb730fe8f70130f 100644 --- a/voila-runtime-hibernate/pom.xml +++ b/voila-runtime-hibernate/pom.xml @@ -1,50 +1,50 @@ - - - voila-runtime-root - it.micegroup.voila.runtime - 1.11-SNAPSHOT - ../voila-runtime-root/pom.xml - - 4.0.0 - voila-runtime-hibernate - Java framework Spring Hibernate runtime module - 1.11-SNAPSHOT - - - - org.hibernate - hibernate-core - 5.6.15.Final - - - it.micegroup.voila.runtime - voila-runtime-core - ${project.parent.version} - - - it.micegroup.voila.runtime - voila-runtime-security - ${project.parent.version} - - - org.springframework - spring-orm - ${org.springframework.version} - - - org.springframework - spring-jdbc - ${org.springframework.version} - - + + + voila-runtime-root + it.micegroup.voila.runtime + 1.11 + ../voila-runtime-root/pom.xml + + 4.0.0 + voila-runtime-hibernate + Java framework Spring Hibernate runtime module + 1.11 + + + + org.hibernate + hibernate-core + 5.6.15.Final + + + it.micegroup.voila.runtime + voila-runtime-core + ${project.parent.version} + + + it.micegroup.voila.runtime + voila-runtime-security + ${project.parent.version} + + + org.springframework + spring-orm + ${org.springframework.version} + + + org.springframework + spring-jdbc + ${org.springframework.version} + + \ No newline at end of file diff --git a/voila-runtime-jasper4/pom.xml b/voila-runtime-jasper4/pom.xml index 8837649a3e4c6eb42d48e2dc23bcc772314bea4f..2df070676428d5ee1bbc710777f179b476b4da6e 100644 --- a/voila-runtime-jasper4/pom.xml +++ b/voila-runtime-jasper4/pom.xml @@ -1,67 +1,67 @@ - - 4.0.0 - - voila-runtime-root - it.micegroup.voila.runtime - 1.11-SNAPSHOT - ../voila-runtime-root/pom.xml - - voila-runtime-jasper4 - Java framework Jasper report runtime module - 1.11-SNAPSHOT - Java framework Spring Mvc runtime module - - - net.sf.jasperreports - jasperreports - 6.21.3 - - - - xml-apis - xml-apis-ext - - - - - net.sf.jasperreports - jasperreports-fonts - 6.21.3 - - - net.sf.jasperreports - jasperreports-chart-themes - 6.21.3 - - - org.jasypt - jasypt - 1.9.3 - - - fonts - arialuni-font - 1.0 - - - org.springframework - spring-web - ${org.springframework.version} - - - org.springframework - spring-webmvc - ${org.springframework.version} - - - it.micegroup.voila.runtime - voila-runtime-springmvc - ${project.parent.version} - - - it.micegroup.voila.runtime - voila-runtime-core - ${project.parent.version} - - + + 4.0.0 + + voila-runtime-root + it.micegroup.voila.runtime + 1.11 + ../voila-runtime-root/pom.xml + + voila-runtime-jasper4 + Java framework Jasper report runtime module + 1.11 + Java framework Spring Mvc runtime module + + + net.sf.jasperreports + jasperreports + 6.21.3 + + + + xml-apis + xml-apis-ext + + + + + net.sf.jasperreports + jasperreports-fonts + 6.21.3 + + + net.sf.jasperreports + jasperreports-chart-themes + 6.21.3 + + + org.jasypt + jasypt + 1.9.3 + + + fonts + arialuni-font + 1.0 + + + org.springframework + spring-web + ${org.springframework.version} + + + org.springframework + spring-webmvc + ${org.springframework.version} + + + it.micegroup.voila.runtime + voila-runtime-springmvc + ${project.parent.version} + + + it.micegroup.voila.runtime + voila-runtime-core + ${project.parent.version} + + \ No newline at end of file diff --git a/voila-runtime-mail/pom.xml b/voila-runtime-mail/pom.xml index 29573bacb6c32dd5dfe496504eb78328f925a90b..eeb64bb093574fa5a2070f108a650732c0c68650 100644 --- a/voila-runtime-mail/pom.xml +++ b/voila-runtime-mail/pom.xml @@ -1,30 +1,30 @@ - - 4.0.0 - - voila-runtime-root - it.micegroup.voila.runtime - 1.11-SNAPSHOT - ../voila-runtime-root/pom.xml - - voila-runtime-mail - Java framework Mail runtime module - 1.11-SNAPSHOT - Java framework Mail runtime module - - - javax.mail - mail - 1.4 - - - it.micegroup.voila.runtime - voila-runtime-core - ${project.parent.version} - - - - - - - + + 4.0.0 + + voila-runtime-root + it.micegroup.voila.runtime + 1.11 + ../voila-runtime-root/pom.xml + + voila-runtime-mail + Java framework Mail runtime module + 1.11 + Java framework Mail runtime module + + + javax.mail + mail + 1.4 + + + it.micegroup.voila.runtime + voila-runtime-core + ${project.parent.version} + + + + + + + \ No newline at end of file diff --git a/voila-runtime-oawtemplate/pom.xml b/voila-runtime-oawtemplate/pom.xml index c48d7f0acb3a1dce04abf60e175e3a608a796000..0e0a5eb2f6946ef91e1cd31c1bc16ab4d42972f2 100644 --- a/voila-runtime-oawtemplate/pom.xml +++ b/voila-runtime-oawtemplate/pom.xml @@ -1,107 +1,107 @@ - - - voila-runtime-root - it.micegroup.voila.runtime - 1.11-SNAPSHOT - ../voila-runtime-root/pom.xml - - 4.0.0 - voila-runtime-oawtemplate - Java framework Spring OAW Template runtime module - 1.11-SNAPSHOT - - - org.openarchitectureware - org.openarchitectureware.core.expressions - 4.3.1.20090107-2000PRD - jar - - - org.openarchitectureware - org.openarchitectureware.core.workflow - 4.3.1.20090107-2000PRD - jar - - - org.openarchitectureware - org.openarchitectureware.core.xpand2 - 4.3.1.20090107-2000PRD - jar - - - org.openarchitectureware - org.openarchitectureware.util.featureconfig - 4.3.1.20090107-2000PRD - jar - - - org.openarchitectureware - org.openarchitectureware.util.stdlib - 4.3.1.20090107-2000PRD - jar - - - org.openarchitectureware - org.openarchitectureware.workflow - 4.3.1.20090107-2000PRD - jar - - - org.openarchitectureware - org.openarchitectureware.xtext.core.base - 4.3.1.20090107-2000PRD - jar - - - org.openarchitectureware - org.openarchitectureware.xtext.core - 4.3.1.20090107-2000PRD - jar - - - - org.eclipse - org.eclipse.emf.ecore - 2.6.1.v20100914-1218 - jar - - - org.eclipse - org.eclipse.emf.common - 2.6.0.v20100914-1218 - jar - - - commons-logging - commons-logging - 1.0.4 - jar - - - commons-lang - commons-lang - 2.2 - - - commons-cli - commons-cli - 1.0 - - - antlr - antlr-runtime - 3.0 - - - log4j - log4j - 1.2.9 - - - junit - junit - 3.8.2 - jar - - + + + voila-runtime-root + it.micegroup.voila.runtime + 1.11 + ../voila-runtime-root/pom.xml + + 4.0.0 + voila-runtime-oawtemplate + Java framework Spring OAW Template runtime module + 1.11 + + + org.openarchitectureware + org.openarchitectureware.core.expressions + 4.3.1.20090107-2000PRD + jar + + + org.openarchitectureware + org.openarchitectureware.core.workflow + 4.3.1.20090107-2000PRD + jar + + + org.openarchitectureware + org.openarchitectureware.core.xpand2 + 4.3.1.20090107-2000PRD + jar + + + org.openarchitectureware + org.openarchitectureware.util.featureconfig + 4.3.1.20090107-2000PRD + jar + + + org.openarchitectureware + org.openarchitectureware.util.stdlib + 4.3.1.20090107-2000PRD + jar + + + org.openarchitectureware + org.openarchitectureware.workflow + 4.3.1.20090107-2000PRD + jar + + + org.openarchitectureware + org.openarchitectureware.xtext.core.base + 4.3.1.20090107-2000PRD + jar + + + org.openarchitectureware + org.openarchitectureware.xtext.core + 4.3.1.20090107-2000PRD + jar + + + + org.eclipse + org.eclipse.emf.ecore + 2.6.1.v20100914-1218 + jar + + + org.eclipse + org.eclipse.emf.common + 2.6.0.v20100914-1218 + jar + + + commons-logging + commons-logging + 1.0.4 + jar + + + commons-lang + commons-lang + 2.2 + + + commons-cli + commons-cli + 1.0 + + + antlr + antlr-runtime + 3.0 + + + log4j + log4j + 1.2.9 + + + junit + junit + 3.8.2 + jar + + \ No newline at end of file diff --git a/voila-runtime-quartz/pom.xml b/voila-runtime-quartz/pom.xml index 5ae0c918bb3fee202f5f7ccd47ed63fa040d0467..72de91f2a2669f67b42dc41f840991f2e1969788 100644 --- a/voila-runtime-quartz/pom.xml +++ b/voila-runtime-quartz/pom.xml @@ -1,21 +1,21 @@ - - 4.0.0 - - voila-runtime-root - it.micegroup.voila.runtime - 1.11-SNAPSHOT - ../voila-runtime-root/pom.xml - - voila-runtime-quartz - Java framework Quartz runtime module - 1.11-SNAPSHOT - Java framework Quartz runtime module - - - - org.quartz-scheduler - quartz - 2.3.2 - - + + 4.0.0 + + voila-runtime-root + it.micegroup.voila.runtime + 1.11 + ../voila-runtime-root/pom.xml + + voila-runtime-quartz + Java framework Quartz runtime module + 1.11 + Java framework Quartz runtime module + + + + org.quartz-scheduler + quartz + 2.3.2 + + \ No newline at end of file diff --git a/voila-runtime-restws/pom.xml b/voila-runtime-restws/pom.xml index 0d01f93182cbd035a855e5e63f14f6a40162bd4b..9d56eca411c0c0b0ce7f021e0dc275aad5393d2a 100644 --- a/voila-runtime-restws/pom.xml +++ b/voila-runtime-restws/pom.xml @@ -1,25 +1,25 @@ - - - voila-runtime-root - it.micegroup.voila.runtime - 1.11-SNAPSHOT - ../voila-runtime-root/pom.xml - - 4.0.0 - voila-runtime-restws - Java framework Spring REST WebService runtime module - 1.11-SNAPSHOT - - - - it.micegroup.voila.runtime - voila-runtime-springmvc - ${project.parent.version} - - - com.fasterxml.jackson.core - jackson-core - 2.13.5 - - + + + voila-runtime-root + it.micegroup.voila.runtime + 1.11 + ../voila-runtime-root/pom.xml + + 4.0.0 + voila-runtime-restws + Java framework Spring REST WebService runtime module + 1.11 + + + + it.micegroup.voila.runtime + voila-runtime-springmvc + ${project.parent.version} + + + com.fasterxml.jackson.core + jackson-core + 2.13.5 + + \ No newline at end of file diff --git a/voila-runtime-root/pom.xml b/voila-runtime-root/pom.xml index 58ed90b2f278674116b92418067fe5da0e43a80b..6b9bf76021c5e56e0bd8109fb3cc06bbaee359b1 100644 --- a/voila-runtime-root/pom.xml +++ b/voila-runtime-root/pom.xml @@ -1,405 +1,405 @@ - - - 4.0.0 - - it.micegroup.voila.runtime - voila-runtime-root - 1.11-SNAPSHOT - pom - - Java framework Root runtime module - - The voila-runtime library is a collection of custom open source classes - for the Voila framework for model-driven application development (MDD). - - https://devops.micegroup.it/gitlab/mice/voila-runtimes - 2020 - - - MICE - http://www.micegroup.it/voila/license.html - A business-friendly OSS license - - - - Mice S.r.l - http://www.micegroup.it - - - - emilio.dolce - Emilio Dolce - emilio.dolce@micegroup.it - MICE S.r.l. - http://www.micegroup.it - - architet - developer - - Europe/Rome - - - - - ../voila-runtime-core - ../voila-runtime-displaytag - ../voila-runtime-dwrajax - ../voila-runtime-hibernate - ../voila-runtime-security - ../voila-runtime-web - ../voila-runtime-springmvc - ../voila-runtime-springws - ../voila-runtime-restws - ../voila-runtime-style-edstribute - ../voila-runtime-style-newage2014 - ../voila-runtime-style-consip2008 - ../voila-runtime-style-responsive - ../voila-runtime-style-responsive-adminlte - ../voila-runtime-web-res-dojo - ../voila-runtime-web-res-jquery - ../voila-runtime-web-res-mce - ../voila-runtime-mail - ../voila-runtime-jasper4 - ../voila-runtime-springtest - ../voila-runtime-quartz - ../voila-runtime-hibernate-search - ../voila-runtime-hibernate-spatial - ../voila-runtime-batch - ../voila-runtime-rtftemplate - ../voila-runtime-oawtemplate - - - - - 17 - ISO-8859-1 - UTF-8 - 5.3.34 - 5.8.12 - 1.5.10 - false - - - - Jira - http://www.micegroup.it/jira/ - - - - hudson - http://www.micegroup.it/hudson - - - - scm:git:https://devops.micegroup.it/gitlab/mice/voila-runtimes.git - scm:git:https://devops.micegroup.it/gitlab/mice/voila-runtimes.git - https://devops.micegroup.it/gitlab/mice/voila-runtimes.git - HEAD - - - - - oss - Release Repository - https://oss.sonatype.org/service/local/staging/deploy/maven2 - - - oss - Snapshot Repository - https://oss.sonatype.org/content/repositories/snapshots - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - 17 - 17 - - - - org.apache.maven.plugins - maven-release-plugin - 3.0.0-M1 - - true - false - release - deploy - v@{project.version} - - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.13 - true - - oss - https://oss.sonatype.org/ - false - - - - org.apache.maven.plugins - maven-source-plugin - 3.2.1 - - - attach-sources - - jar-no-fork - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - - 17 - none - - 3.2.0 - - - attach-javadocs - - jar - - - - - - - - - - - - release-sign-artifacts - - - performRelease - true - - - - - - org.apache.maven.plugins - maven-gpg-plugin - 1.6 - - - sign-artifacts - verify - - sign - - - - - - - - - - - - MICE central nexus repo - http://www.micegroup.it/nexus/content/groups/public - - true - - - true - interval:60 - - - - OSGEO GeoTools repo - http://download.osgeo.org/webdav/geotools - - - Hibernate Spatial repo - http://www.hibernatespatial.org/repository - - - - - - org.springframework - spring-beans - ${org.springframework.version} - - - org.springframework - spring-tx - ${org.springframework.version} - - - org.springframework - spring-aop - ${org.springframework.version} - - - org.springframework - spring-context - ${org.springframework.version} - - - - commons-logging - commons-logging - - - - - org.springframework - spring-context-support - ${org.springframework.version} - - - - org.slf4j - slf4j-api - ${org.slf4j.version} - - - org.slf4j - jcl-over-slf4j - ${org.slf4j.version} - runtime - - - - - org.apache.logging.log4j - log4j-core - 2.20.0 - - - commons-beanutils - commons-beanutils - 1.9.4 - - - commons-lang - commons-lang - 2.5 - - - commons-digester - commons-digester - 1.6 - - - xml-apis - xml-apis - - - - - commons-io - commons-io - 2.16.1 - - - commons-collections - commons-collections - 3.2.2 - - - org.apache.velocity - velocity-engine-core - 2.3 - - - velocity-tools - velocity-tools-generic - 1.2 - - - org.aspectj - aspectjweaver - 1.6.9 - - - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 3.2.0 - - false - - - - org.apache.maven.plugins - maven-checkstyle-plugin - 3.1.1 - - none - - - - - - - org.apache.maven.plugins - maven-jxr-plugin - - - org.codehaus.mojo - findbugs-maven-plugin - - - net.sourceforge.maven-taglib - maven-taglib-plugin - - none - - - - + + + 4.0.0 + + it.micegroup.voila.runtime + voila-runtime-root + 1.11 + pom + + Java framework Root runtime module + + The voila-runtime library is a collection of custom open source classes + for the Voila framework for model-driven application development (MDD). + + https://devops.micegroup.it/gitlab/mice/voila-runtimes + 2020 + + + MICE + http://www.micegroup.it/voila/license.html + A business-friendly OSS license + + + + Mice S.r.l + http://www.micegroup.it + + + + emilio.dolce + Emilio Dolce + emilio.dolce@micegroup.it + MICE S.r.l. + http://www.micegroup.it + + architet + developer + + Europe/Rome + + + + + ../voila-runtime-core + ../voila-runtime-displaytag + ../voila-runtime-dwrajax + ../voila-runtime-hibernate + ../voila-runtime-security + ../voila-runtime-web + ../voila-runtime-springmvc + ../voila-runtime-springws + ../voila-runtime-restws + ../voila-runtime-style-edstribute + ../voila-runtime-style-newage2014 + ../voila-runtime-style-consip2008 + ../voila-runtime-style-responsive + ../voila-runtime-style-responsive-adminlte + ../voila-runtime-web-res-dojo + ../voila-runtime-web-res-jquery + ../voila-runtime-web-res-mce + ../voila-runtime-mail + ../voila-runtime-jasper4 + ../voila-runtime-springtest + ../voila-runtime-quartz + ../voila-runtime-hibernate-search + ../voila-runtime-hibernate-spatial + ../voila-runtime-batch + ../voila-runtime-rtftemplate + ../voila-runtime-oawtemplate + + + + + 17 + ISO-8859-1 + UTF-8 + 5.3.34 + 5.8.12 + 1.5.10 + false + + + + Jira + http://www.micegroup.it/jira/ + + + + hudson + http://www.micegroup.it/hudson + + + + scm:git:https://devops.micegroup.it/gitlab/mice/voila-runtimes.git + scm:git:https://devops.micegroup.it/gitlab/mice/voila-runtimes.git + https://devops.micegroup.it/gitlab/mice/voila-runtimes.git + v1.11 + + + + + oss + Release Repository + https://oss.sonatype.org/service/local/staging/deploy/maven2 + + + oss + Snapshot Repository + https://oss.sonatype.org/content/repositories/snapshots + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 17 + 17 + + + + org.apache.maven.plugins + maven-release-plugin + 3.0.0-M1 + + true + false + release + deploy + v@{project.version} + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.13 + true + + oss + https://oss.sonatype.org/ + false + + + + org.apache.maven.plugins + maven-source-plugin + 3.2.1 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + 17 + none + + 3.2.0 + + + attach-javadocs + + jar + + + + + + + + + + + + release-sign-artifacts + + + performRelease + true + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + sign-artifacts + verify + + sign + + + + + + + + + + + + MICE central nexus repo + http://www.micegroup.it/nexus/content/groups/public + + true + + + true + interval:60 + + + + OSGEO GeoTools repo + http://download.osgeo.org/webdav/geotools + + + Hibernate Spatial repo + http://www.hibernatespatial.org/repository + + + + + + org.springframework + spring-beans + ${org.springframework.version} + + + org.springframework + spring-tx + ${org.springframework.version} + + + org.springframework + spring-aop + ${org.springframework.version} + + + org.springframework + spring-context + ${org.springframework.version} + + + + commons-logging + commons-logging + + + + + org.springframework + spring-context-support + ${org.springframework.version} + + + + org.slf4j + slf4j-api + ${org.slf4j.version} + + + org.slf4j + jcl-over-slf4j + ${org.slf4j.version} + runtime + + + + + org.apache.logging.log4j + log4j-core + 2.20.0 + + + commons-beanutils + commons-beanutils + 1.9.4 + + + commons-lang + commons-lang + 2.5 + + + commons-digester + commons-digester + 1.6 + + + xml-apis + xml-apis + + + + + commons-io + commons-io + 2.16.1 + + + commons-collections + commons-collections + 3.2.2 + + + org.apache.velocity + velocity-engine-core + 2.3 + + + velocity-tools + velocity-tools-generic + 1.2 + + + org.aspectj + aspectjweaver + 1.6.9 + + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.2.0 + + false + + + + org.apache.maven.plugins + maven-checkstyle-plugin + 3.1.1 + + none + + + + + + + org.apache.maven.plugins + maven-jxr-plugin + + + org.codehaus.mojo + findbugs-maven-plugin + + + net.sourceforge.maven-taglib + maven-taglib-plugin + + none + + + + \ No newline at end of file diff --git a/voila-runtime-rtftemplate/pom.xml b/voila-runtime-rtftemplate/pom.xml index 9e7b91619f8fa5e3fe527eabda6e1f3c00362fcc..1cf4ee03ab99759bb1344c7dbe8db86106899f73 100644 --- a/voila-runtime-rtftemplate/pom.xml +++ b/voila-runtime-rtftemplate/pom.xml @@ -1,89 +1,89 @@ - - - voila-runtime-root - it.micegroup.voila.runtime - 1.11-SNAPSHOT - ../voila-runtime-root/pom.xml - - 4.0.0 - voila-runtime-rtftemplate - Java framework Spring RTF Template runtime module - 1.11-SNAPSHOT - - - commons-logging - commons-logging - 1.0.4 - jar - - - commons-digester - commons-digester - 1.6 - - - xml-apis - xml-apis - - - - - commons-io - commons-io - 2.16.1 - - - commons-lang - commons-lang - 2.5 - - - oro - oro - 2.0.8 - - - org.freemarker - freemarker - 2.3.32 - - - logkit - logkit - 1.0.1 - jar - - - bsf - bsf - 2.4.0 - - - rhino - js - 1.7R2 - - - xalan - xalan - 2.7.3 - - - xml-apis - xml-apis - - - - - org.springframework - spring-webmvc - ${org.springframework.version} - - - - javax.servlet - javax.servlet-api - 4.0.1 - - + + + voila-runtime-root + it.micegroup.voila.runtime + 1.11 + ../voila-runtime-root/pom.xml + + 4.0.0 + voila-runtime-rtftemplate + Java framework Spring RTF Template runtime module + 1.11 + + + commons-logging + commons-logging + 1.0.4 + jar + + + commons-digester + commons-digester + 1.6 + + + xml-apis + xml-apis + + + + + commons-io + commons-io + 2.16.1 + + + commons-lang + commons-lang + 2.5 + + + oro + oro + 2.0.8 + + + org.freemarker + freemarker + 2.3.32 + + + logkit + logkit + 1.0.1 + jar + + + bsf + bsf + 2.4.0 + + + rhino + js + 1.7R2 + + + xalan + xalan + 2.7.3 + + + xml-apis + xml-apis + + + + + org.springframework + spring-webmvc + ${org.springframework.version} + + + + javax.servlet + javax.servlet-api + 4.0.1 + + \ No newline at end of file diff --git a/voila-runtime-security/pom.xml b/voila-runtime-security/pom.xml index b41c0ee317e29a4c3ef56d901ad95ff4223422e3..8b33cec3f577907c7f46c2bc7706a0da85829516 100644 --- a/voila-runtime-security/pom.xml +++ b/voila-runtime-security/pom.xml @@ -1,97 +1,97 @@ - - - voila-runtime-root - it.micegroup.voila.runtime - 1.11-SNAPSHOT - ../voila-runtime-root/pom.xml - - 4.0.0 - voila-runtime-security - Java framework Spring Security runtime module - 1.11-SNAPSHOT - - - it.micegroup.voila.runtime - voila-runtime-core - ${project.parent.version} - - - org.springframework.security - spring-security-config - ${org.springframework.security.version} - - - org.springframework - spring-core - - - org.springframework - spring-expression - - - - - org.springframework.security - spring-security-web - ${org.springframework.security.version} - - - org.springframework - spring-core - - - org.springframework - spring-expression - - - - - javax.servlet - javax.servlet-api - 4.0.1 - - - - org.owasp.esapi - esapi - 2.5.2.0 - - - xml-apis - xml-apis - - - xml-apis - xml-apis-ext - - - xerces - xercesImpl - - - org.owasp.antisamy - antisamy - - - - - javax.xml.bind - jaxb-api - 2.3.1 - - org.owasp.antisamy - antisamy - 1.7.5 - - - xml-apis - xml-apis - - - xml-apis - xml-apis-ext - - - - + + + voila-runtime-root + it.micegroup.voila.runtime + 1.11 + ../voila-runtime-root/pom.xml + + 4.0.0 + voila-runtime-security + Java framework Spring Security runtime module + 1.11 + + + it.micegroup.voila.runtime + voila-runtime-core + ${project.parent.version} + + + org.springframework.security + spring-security-config + ${org.springframework.security.version} + + + org.springframework + spring-core + + + org.springframework + spring-expression + + + + + org.springframework.security + spring-security-web + ${org.springframework.security.version} + + + org.springframework + spring-core + + + org.springframework + spring-expression + + + + + javax.servlet + javax.servlet-api + 4.0.1 + + + + org.owasp.esapi + esapi + 2.5.2.0 + + + xml-apis + xml-apis + + + xml-apis + xml-apis-ext + + + xerces + xercesImpl + + + org.owasp.antisamy + antisamy + + + + + javax.xml.bind + jaxb-api + 2.3.1 + + org.owasp.antisamy + antisamy + 1.7.5 + + + xml-apis + xml-apis + + + xml-apis + xml-apis-ext + + + + \ No newline at end of file diff --git a/voila-runtime-springmvc/pom.xml b/voila-runtime-springmvc/pom.xml index 9d1f16591a76a9f3d13e5c4d07b6fca744a9387a..1d30536fca9e8e2c99be2b208d220cb6bca63c40 100644 --- a/voila-runtime-springmvc/pom.xml +++ b/voila-runtime-springmvc/pom.xml @@ -1,89 +1,89 @@ - - 4.0.0 - - voila-runtime-root - it.micegroup.voila.runtime - 1.11-SNAPSHOT - ../voila-runtime-root/pom.xml - - voila-runtime-springmvc - Java framework Spring MVC runtime module - 1.11-SNAPSHOT - Java framework Spring Mvc runtime module - - - - - - - - javax.servlet - jstl - 1.2 - - - javax.servlet.jsp - jsp-api - 2.2.1-b03 - provided - - - - org.springframework - spring-web - ${org.springframework.version} - - - org.springframework - spring-webmvc - ${org.springframework.version} - - - it.micegroup.voila.runtime - voila-runtime-web - ${project.parent.version} - - - it.micegroup.voila.runtime - voila-runtime-core - ${project.parent.version} - - - it.micegroup.voila.runtime - voila-runtime-displaytag - ${project.parent.version} - - - it.micegroup.voila.runtime - voila-runtime-security - ${project.parent.version} - - - xml-apis - xml-apis - - - - - org.springframework.security - spring-security-web - ${org.springframework.security.version} - - - org.springframework.mobile - spring-mobile-device - 1.0.0.RELEASE - - - org.springframework.webflow - spring-js - 2.2.1.RELEASE - - - org.springframework - spring-core - - - - + + 4.0.0 + + voila-runtime-root + it.micegroup.voila.runtime + 1.11 + ../voila-runtime-root/pom.xml + + voila-runtime-springmvc + Java framework Spring MVC runtime module + 1.11 + Java framework Spring Mvc runtime module + + + + + + + + javax.servlet + jstl + 1.2 + + + javax.servlet.jsp + jsp-api + 2.2.1-b03 + provided + + + + org.springframework + spring-web + ${org.springframework.version} + + + org.springframework + spring-webmvc + ${org.springframework.version} + + + it.micegroup.voila.runtime + voila-runtime-web + ${project.parent.version} + + + it.micegroup.voila.runtime + voila-runtime-core + ${project.parent.version} + + + it.micegroup.voila.runtime + voila-runtime-displaytag + ${project.parent.version} + + + it.micegroup.voila.runtime + voila-runtime-security + ${project.parent.version} + + + xml-apis + xml-apis + + + + + org.springframework.security + spring-security-web + ${org.springframework.security.version} + + + org.springframework.mobile + spring-mobile-device + 1.0.0.RELEASE + + + org.springframework.webflow + spring-js + 2.2.1.RELEASE + + + org.springframework + spring-core + + + + \ No newline at end of file diff --git a/voila-runtime-springtest/pom.xml b/voila-runtime-springtest/pom.xml index 0ab4df46fb284dfc9d1351b5aee79fe4375f8e24..b0a02cf45f8cbd9fb25400afd50ffc6ccbc4e07a 100644 --- a/voila-runtime-springtest/pom.xml +++ b/voila-runtime-springtest/pom.xml @@ -1,46 +1,46 @@ - - 4.0.0 - - voila-runtime-root - it.micegroup.voila.runtime - 1.11-SNAPSHOT - ../voila-runtime-root/pom.xml - - voila-runtime-springtest - Java framework Spring Test runtime module - 1.11-SNAPSHOT - Java framework Spring Test runtime module - - - org.springframework - spring-test - ${org.springframework.version} - - - junit - junit - 4.7 - - - ojdbc - ojdbc - 1.4 - test - - - commons-digester - commons-digester - 1.6 - - - xml-apis - xml-apis - - - commons-collections - commons-collections - - - - + + 4.0.0 + + voila-runtime-root + it.micegroup.voila.runtime + 1.11 + ../voila-runtime-root/pom.xml + + voila-runtime-springtest + Java framework Spring Test runtime module + 1.11 + Java framework Spring Test runtime module + + + org.springframework + spring-test + ${org.springframework.version} + + + junit + junit + 4.7 + + + ojdbc + ojdbc + 1.4 + test + + + commons-digester + commons-digester + 1.6 + + + xml-apis + xml-apis + + + commons-collections + commons-collections + + + + \ No newline at end of file diff --git a/voila-runtime-springws/pom.xml b/voila-runtime-springws/pom.xml index 12b71357e344e750261d22ee57274220f6bce490..33c988268480e56371b219bca60942e8eea7fc85 100644 --- a/voila-runtime-springws/pom.xml +++ b/voila-runtime-springws/pom.xml @@ -1,45 +1,45 @@ - - - voila-runtime-root - it.micegroup.voila.runtime - 1.11-SNAPSHOT - ../voila-runtime-root/pom.xml - - 4.0.0 - voila-runtime-springws - Java framework Spring WebServices runtime module - 1.11-SNAPSHOT - - - org.springframework.ws - spring-ws-core - 2.0.4.RELEASE - - - org.springframework.ws - spring-ws-security - 2.0.4.RELEASE - - - com.sun.xml.wsit - wsit-rt - - - - - org.apache.ws.commons.schema - XmlSchema - 1.4.3 - - - - - - - - - - - - + + + voila-runtime-root + it.micegroup.voila.runtime + 1.11 + ../voila-runtime-root/pom.xml + + 4.0.0 + voila-runtime-springws + Java framework Spring WebServices runtime module + 1.11 + + + org.springframework.ws + spring-ws-core + 2.0.4.RELEASE + + + org.springframework.ws + spring-ws-security + 2.0.4.RELEASE + + + com.sun.xml.wsit + wsit-rt + + + + + org.apache.ws.commons.schema + XmlSchema + 1.4.3 + + + + + + + + + + + + \ No newline at end of file diff --git a/voila-runtime-style-consip2008/pom.xml b/voila-runtime-style-consip2008/pom.xml index f6fece0d4948f42f70532e52287e42c94a3e47da..15e2657b3793ba55b05304eea34addd47a4541bc 100644 --- a/voila-runtime-style-consip2008/pom.xml +++ b/voila-runtime-style-consip2008/pom.xml @@ -1,12 +1,12 @@ - - - voila-runtime-root - it.micegroup.voila.runtime - 1.11-SNAPSHOT - ../voila-runtime-root/pom.xml - - 4.0.0 - voila-runtime-style-consip2008 - Java framework Style Consip 2008 runtime module - 1.11-SNAPSHOT + + + voila-runtime-root + it.micegroup.voila.runtime + 1.11 + ../voila-runtime-root/pom.xml + + 4.0.0 + voila-runtime-style-consip2008 + Java framework Style Consip 2008 runtime module + 1.11 \ No newline at end of file diff --git a/voila-runtime-style-edstribute/pom.xml b/voila-runtime-style-edstribute/pom.xml index c86262477f65fe8a5514fba5320a78890022fc1a..3198dc3bd6a6a4ac492af4eb9468461bcf0a7c8a 100644 --- a/voila-runtime-style-edstribute/pom.xml +++ b/voila-runtime-style-edstribute/pom.xml @@ -1,12 +1,12 @@ - - - voila-runtime-root - it.micegroup.voila.runtime - 1.11-SNAPSHOT - ../voila-runtime-root/pom.xml - - 4.0.0 - voila-runtime-style-edstribute - Java framework Style EDS tribute runtime module - 1.11-SNAPSHOT + + + voila-runtime-root + it.micegroup.voila.runtime + 1.11 + ../voila-runtime-root/pom.xml + + 4.0.0 + voila-runtime-style-edstribute + Java framework Style EDS tribute runtime module + 1.11 \ No newline at end of file diff --git a/voila-runtime-style-newage2014/pom.xml b/voila-runtime-style-newage2014/pom.xml index 0b11e61402fcb19cbe8a470712287e9dd9ad38f3..94cf768181ca440189ea24e22b6a6c8be2886c12 100644 --- a/voila-runtime-style-newage2014/pom.xml +++ b/voila-runtime-style-newage2014/pom.xml @@ -1,12 +1,12 @@ - - - voila-runtime-root - it.micegroup.voila.runtime - 1.11-SNAPSHOT - ../voila-runtime-root/pom.xml - - 4.0.0 - voila-runtime-style-newage2014 - Java framework Style EDS tribute runtime module - 1.11-SNAPSHOT + + + voila-runtime-root + it.micegroup.voila.runtime + 1.11 + ../voila-runtime-root/pom.xml + + 4.0.0 + voila-runtime-style-newage2014 + Java framework Style EDS tribute runtime module + 1.11 \ No newline at end of file diff --git a/voila-runtime-style-responsive-adminlte/pom.xml b/voila-runtime-style-responsive-adminlte/pom.xml index 969c732d0e2b98a25aa4fa63b0dcfefb2c615b35..01fc61bbf044d922523eeca897fa98ec3cf6cd02 100644 --- a/voila-runtime-style-responsive-adminlte/pom.xml +++ b/voila-runtime-style-responsive-adminlte/pom.xml @@ -1,19 +1,19 @@ - - - voila-runtime-root - it.micegroup.voila.runtime - 1.11-SNAPSHOT - ../voila-runtime-root/pom.xml - - 4.0.0 - voila-runtime-style-responsive-adminlte - Java framework Responsive Style Admin LTE library runtime module - 1.11-SNAPSHOT - - - it.micegroup.voila.runtime - voila-runtime-style-responsive - ${project.parent.version} - - + + + voila-runtime-root + it.micegroup.voila.runtime + 1.11 + ../voila-runtime-root/pom.xml + + 4.0.0 + voila-runtime-style-responsive-adminlte + Java framework Responsive Style Admin LTE library runtime module + 1.11 + + + it.micegroup.voila.runtime + voila-runtime-style-responsive + ${project.parent.version} + + \ No newline at end of file diff --git a/voila-runtime-style-responsive/pom.xml b/voila-runtime-style-responsive/pom.xml index d6ceed15dbe8c6aa278d3b8dd7a9a60de684f7b3..612f982b4c9ea2b19c3c1ea3fb5efd806cf84267 100644 --- a/voila-runtime-style-responsive/pom.xml +++ b/voila-runtime-style-responsive/pom.xml @@ -1,12 +1,12 @@ - - - voila-runtime-root - it.micegroup.voila.runtime - 1.11-SNAPSHOT - ../voila-runtime-root/pom.xml - - 4.0.0 - voila-runtime-style-responsive - Java framework Responsive Style core library runtime module - 1.11-SNAPSHOT + + + voila-runtime-root + it.micegroup.voila.runtime + 1.11 + ../voila-runtime-root/pom.xml + + 4.0.0 + voila-runtime-style-responsive + Java framework Responsive Style core library runtime module + 1.11 \ No newline at end of file diff --git a/voila-runtime-web-res-dojo/pom.xml b/voila-runtime-web-res-dojo/pom.xml index 4800f1fa59e808464144ea0977ee3af32f74b6a3..d7cf8e414321654fe03b9af5bb1ac1284d6ce9bd 100644 --- a/voila-runtime-web-res-dojo/pom.xml +++ b/voila-runtime-web-res-dojo/pom.xml @@ -1,14 +1,14 @@ - - - voila-runtime-root - it.micegroup.voila.runtime - 1.11-SNAPSHOT - ../voila-runtime-root/pom.xml - - 4.0.0 - voila-runtime-web-res-dojo - Java framework DOJO WEB Resources runtime module - 1.11-SNAPSHOT - - + + + voila-runtime-root + it.micegroup.voila.runtime + 1.11 + ../voila-runtime-root/pom.xml + + 4.0.0 + voila-runtime-web-res-dojo + Java framework DOJO WEB Resources runtime module + 1.11 + + \ No newline at end of file diff --git a/voila-runtime-web-res-jquery/pom.xml b/voila-runtime-web-res-jquery/pom.xml index 9e0848fbbe18382c43923d39144c8797b851ba43..3fbb70d12120dae9855cc9f832c751fda25240ce 100644 --- a/voila-runtime-web-res-jquery/pom.xml +++ b/voila-runtime-web-res-jquery/pom.xml @@ -1,19 +1,19 @@ - - - voila-runtime-root - it.micegroup.voila.runtime - 1.11-SNAPSHOT - ../voila-runtime-root/pom.xml - - 4.0.0 - voila-runtime-web-res-jquery - Java framework jQuery WEB Resources runtime module - 1.11-SNAPSHOT - - - it.micegroup.voila.runtime - voila-runtime-core - ${project.parent.version} - - + + + voila-runtime-root + it.micegroup.voila.runtime + 1.11 + ../voila-runtime-root/pom.xml + + 4.0.0 + voila-runtime-web-res-jquery + Java framework jQuery WEB Resources runtime module + 1.11 + + + it.micegroup.voila.runtime + voila-runtime-core + ${project.parent.version} + + \ No newline at end of file diff --git a/voila-runtime-web-res-mce/pom.xml b/voila-runtime-web-res-mce/pom.xml index 2a88ce5901683bc34219f14364bc7d49fa9bf938..666e98fbc5d3e6b7f8bf3db4e04610937f9557b8 100644 --- a/voila-runtime-web-res-mce/pom.xml +++ b/voila-runtime-web-res-mce/pom.xml @@ -1,15 +1,15 @@ - - 4.0.0 - - voila-runtime-root - it.micegroup.voila.runtime - 1.11-SNAPSHOT - ../voila-runtime-root/pom.xml - - voila-runtime-web-res-mce - Javascript framework for tiny MCE Editor for textareas - 1.11-SNAPSHOT - Javascript framework for tiny MCE Editor for textareas - - + + 4.0.0 + + voila-runtime-root + it.micegroup.voila.runtime + 1.11 + ../voila-runtime-root/pom.xml + + voila-runtime-web-res-mce + Javascript framework for tiny MCE Editor for textareas + 1.11 + Javascript framework for tiny MCE Editor for textareas + + \ No newline at end of file diff --git a/voila-runtime-web/pom.xml b/voila-runtime-web/pom.xml index 8059699d56501ad4ff339b5906d9c039c3060ebd..0171c7df76fa4119598a47de38a4929009338837 100644 --- a/voila-runtime-web/pom.xml +++ b/voila-runtime-web/pom.xml @@ -1,70 +1,70 @@ - - - voila-runtime-root - it.micegroup.voila.runtime - 1.11-SNAPSHOT - ../voila-runtime-root/pom.xml - - 4.0.0 - voila-runtime-web - Java framework Spring Web runtime module - 1.11-SNAPSHOT - - - org.springframework - spring-web - ${org.springframework.version} - - - javax.servlet - javax.servlet-api - 4.0.1 - provided - - - org.springframework.security - spring-security-web - ${org.springframework.security.version} - - - it.micegroup.voila.runtime - voila-runtime-security - ${project.parent.version} - - - it.micegroup.voila.runtime - voila-runtime-hibernate-spatial - ${project.parent.version} - - - it.micegroup.voila.runtime - voila-runtime-web-res-dojo - ${project.parent.version} - - - it.micegroup.voila.runtime - voila-runtime-web-res-jquery - ${project.parent.version} - - - it.micegroup.voila.runtime - voila-runtime-web-res-mce - ${project.parent.version} - - - commons-fileupload - commons-fileupload - 1.5 - - - org.apache.tiles - tiles-jsp - 3.0.5 - - - org.apache.tiles - tiles-el - 3.0.5 - - + + + voila-runtime-root + it.micegroup.voila.runtime + 1.11 + ../voila-runtime-root/pom.xml + + 4.0.0 + voila-runtime-web + Java framework Spring Web runtime module + 1.11 + + + org.springframework + spring-web + ${org.springframework.version} + + + javax.servlet + javax.servlet-api + 4.0.1 + provided + + + org.springframework.security + spring-security-web + ${org.springframework.security.version} + + + it.micegroup.voila.runtime + voila-runtime-security + ${project.parent.version} + + + it.micegroup.voila.runtime + voila-runtime-hibernate-spatial + ${project.parent.version} + + + it.micegroup.voila.runtime + voila-runtime-web-res-dojo + ${project.parent.version} + + + it.micegroup.voila.runtime + voila-runtime-web-res-jquery + ${project.parent.version} + + + it.micegroup.voila.runtime + voila-runtime-web-res-mce + ${project.parent.version} + + + commons-fileupload + commons-fileupload + 1.5 + + + org.apache.tiles + tiles-jsp + 3.0.5 + + + org.apache.tiles + tiles-el + 3.0.5 + + \ No newline at end of file