Created
April 19, 2011 08:52
-
-
Save vietj/927027 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/component/portal/pom.xml b/component/portal/pom.xml | |
index 8b0efdf..5e40761 100644 | |
--- a/component/portal/pom.xml | |
+++ b/component/portal/pom.xml | |
@@ -113,6 +113,12 @@ | |
<scope>test</scope> | |
</dependency> | |
+ <dependency> | |
+ <groupId>org.jibx</groupId> | |
+ <artifactId>jibx-run</artifactId> | |
+ <version>${org.jibx.version}</version> | |
+ </dependency> | |
+ | |
</dependencies> | |
<build> | |
diff --git a/pom.xml b/pom.xml | |
index 21b16da..d65fbd9 100644 | |
--- a/pom.xml | |
+++ b/pom.xml | |
@@ -41,7 +41,7 @@ | |
<org.exoplatform.core.version>2.4.0-Beta03</org.exoplatform.core.version> | |
<org.exoplatform.ws.version>2.2.0-Beta03</org.exoplatform.ws.version> | |
<org.exoplatform.jcr.version>1.14.0-Beta03</org.exoplatform.jcr.version> | |
- <org.jibx.version>1.2.1</org.jibx.version> | |
+ <org.jibx.version>1.2.2</org.jibx.version> | |
<org.shindig.version>1.0-r790473-Patch05</org.shindig.version> | |
<nl.captcha.simplecaptcha.version>1.1.1-GA-Patch01</nl.captcha.simplecaptcha.version> | |
<org.gatein.common.version>2.0.3-GA</org.gatein.common.version> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment