Folks
Please find the patch attached to this message
Oleg
Index: pom.xml
===================================================================
--- pom.xml (revision 552760)
+++ pom.xml (working copy)
@@ -307,7 +307,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
- <version>${jakarta.httpcore.nio.version}</version>
+ <version>${httpcore.nio.version}</version>
</dependency>
<dependency>
@@ -586,17 +586,17 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
- <version>${jakarta.httpcore.nio.version}</version>
+ <version>${httpcore.nio.version}</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore-nio</artifactId>
- <version>${jakarta.httpcore.nio.version}</version>
+ <version>${httpcore.nio.version}</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore-niossl</artifactId>
- <version>${jakarta.httpcore.nio.version}</version>
+ <version>${httpcore.nio.version}</version>
</dependency>
<!-- dependencies for extensions -->
@@ -728,7 +728,7 @@
<properties>
<!-- Synapse and related components -->
<synapse.version>SNAPSHOT</synapse.version>
- <jakarta.httpcore.nio.version>4.0-alpha5-SNAPSHOT</jakarta.httpcore.nio.version>
+ <httpcore.nio.version>4.0-alpha5</httpcore.nio.version>
<!-- Axis2 1.2 and its dependencies -->
<axis2.version>1.2</axis2.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]