diff options
Diffstat (limited to 'sca-java-2.x/trunk/modules')
-rw-r--r-- | sca-java-2.x/trunk/modules/implementation-bpel-runtime/pom.xml | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/modules/implementation-bpel-runtime/pom.xml b/sca-java-2.x/trunk/modules/implementation-bpel-runtime/pom.xml index eedf738ddb..641ee3ff6d 100644 --- a/sca-java-2.x/trunk/modules/implementation-bpel-runtime/pom.xml +++ b/sca-java-2.x/trunk/modules/implementation-bpel-runtime/pom.xml @@ -211,7 +211,7 @@ <dependency> <groupId>org.apache.geronimo.components</groupId> <artifactId>geronimo-transaction</artifactId> - <version>2.0.1</version> + <version>2.1.3</version> <exclusions> <exclusion> <groupId>org.apache.geronimo.specs</groupId> @@ -263,7 +263,7 @@ <dependency> <groupId>org.apache.geronimo.components</groupId> <artifactId>geronimo-connector</artifactId> - <version>2.0.1</version> + <version>2.1.3</version> <exclusions> <exclusion> <groupId>org.apache.geronimo.specs</groupId> @@ -459,6 +459,18 @@ </exclusion> </exclusions> </dependency> + + <!-- Explicitly add slf4j so that ODE uses the latest versions --> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + <version>1.5.11</version> + </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-jdk14</artifactId> + <version>1.5.11</version> + </dependency> </dependencies> <build> |