Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ESB-Artifacts/inbound/custom_inbound/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
<dependency>
<groupId>org.apache.synapse</groupId>
<artifactId>synapse-core</artifactId>
<version>2.1.3-wso2v5</version>
<version>2.1.7-wso2v15</version>
</dependency>
<dependency>
<groupId>org.wso2.carbon.mediation</groupId>
<artifactId>org.wso2.carbon.inbound.endpoint</artifactId>
<version>4.4.1</version>
<version>4.6.19</version>
</dependency>
</dependencies>
<repositories>
Expand Down Expand Up @@ -80,7 +80,7 @@ Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
<repository>
<id>wso2</id>
<name>WSO2 internal Repository</name>
<url>http://dist.wso2.org/maven2/</url>
<url>http://maven.wso2.org/nexus/content/repositories/releases/</url>
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
Expand Down
6 changes: 3 additions & 3 deletions ESB-Artifacts/inbound/custom_inbound_listening/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
<dependency>
<groupId>org.apache.synapse</groupId>
<artifactId>synapse-core</artifactId>
<version>2.1.3-wso2v7</version>
<version>2.1.7-wso2v15</version>
</dependency>
<dependency>
<groupId>org.wso2.carbon.mediation</groupId>
<artifactId>org.wso2.carbon.inbound.endpoint</artifactId>
<version>4.4.6-SNAPSHOT</version>
<version>4.6.19</version>
</dependency>
</dependencies>
<repositories>
Expand Down Expand Up @@ -80,7 +80,7 @@ Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
<repository>
<id>wso2</id>
<name>WSO2 internal Repository</name>
<url>http://dist.wso2.org/maven2/</url>
<url>http://maven.wso2.org/nexus/content/repositories/releases/</url>
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
Expand Down
6 changes: 3 additions & 3 deletions ESB-Artifacts/inbound/custom_inbound_waiting/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
<dependency>
<groupId>org.apache.synapse</groupId>
<artifactId>synapse-core</artifactId>
<version>2.1.3-wso2v5</version>
<version>2.1.7-wso2v15</version>
</dependency>
<dependency>
<groupId>org.wso2.carbon.mediation</groupId>
<artifactId>org.wso2.carbon.inbound.endpoint</artifactId>
<version>4.4.11-SNAPSHOT</version>
<version>4.6.19</version>
</dependency>
</dependencies>
<repositories>
Expand Down Expand Up @@ -80,7 +80,7 @@ Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
<repository>
<id>wso2</id>
<name>WSO2 internal Repository</name>
<url>http://dist.wso2.org/maven2/</url>
<url>http://maven.wso2.org/nexus/content/repositories/releases/</url>
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
Expand Down