From 08be21b069214231b93a97c0724aa273061d5163 Mon Sep 17 00:00:00 2001 From: Jakub Schwan Date: Wed, 12 Aug 2015 12:16:56 +0200 Subject: [PATCH] pom removed parent and versions fix --- pom.xml | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 70 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 7910711..c00ff6a 100644 --- a/pom.xml +++ b/pom.xml @@ -10,12 +10,6 @@ http://community.jboss.org/wiki/jBPM5migrationtoolproject jar - - org.kie - kie-parent-with-dependencies - 6.3.0.Beta2 - - erics @@ -35,7 +29,17 @@ + 6.3.0.CR1 1.3.0 + 4.12 + 3.1.0 + 1.2.17 + 1.6.1 + 3.3.1 + 2.4 + 2.7.1 + 2.9.1 + 1.0.b2 3.2.14 @@ -45,6 +49,14 @@ UTF-8 + + + jboss-public-repository + JBoss Public Repository + https://repository.jboss.org/nexus/content/groups/public/ + + + jboss-releases-repository @@ -60,6 +72,13 @@ + + org.jbpm + jbpm-bom + pom + ${jbpm.version} + import + org.jbpm.jbpm3 jbpm-jpdl @@ -72,6 +91,51 @@ ${bsh.version} test + + xalan + xalan + ${xalan.version} + + + xerces + xercesImpl + ${xercesImpl.versionl} + + + xml-apis + xml-apis + ${xml-apis.verison} + + + log4j + log4j + ${log4j.version} + + + org.apache.commons + commons-lang3 + ${commons-lang3.version} + + + commons-io + commons-io + ${commons-io.version} + + + dom4j + dom4j + ${dom4j.version} + + + junit + junit + ${junit.version} + + + org.assertj + assertj-core + ${assertj-core.version} +