Skip to content

Commit

Permalink
Merge pull request #112 from aushaniU/v2_1_4-release_branch
Browse files Browse the repository at this point in the history
[HUBDEV-2270] Fixed issue related to artifact.xml and pom.xml file
  • Loading branch information
jaadds authored Dec 6, 2018
2 parents 16228ff + 1dd5b58 commit a80eb7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
</artifact>
<artifact name="chargeRequestSeq" groupId="com.wso2telco.dep.hub.sequence" version="1.0.0" type="synapse/sequence" serverRole="EnterpriseServiceBus">
<file>src/main/synapse-config/sequences/chargeRequestSeq.xml</file>
</artifact>
<artifact name="dropSeq" groupId="com.wso2telco.dep.hub.sequence" version="1.0.0" type="synapse/sequence" serverRole="EnterpriseServiceBus">
<file>src/main/synapse-config/sequences/dropSeq.xml</file>
</artifact>
Expand Down
12 changes: 3 additions & 9 deletions com.wso2telco.dep.hub.paymentapi/paymentapihub_capp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
<type>zip</type>
</dependency>
<dependency>
<groupId>com.wso2telco.dep.hub.sequence</groupId>
<artifactId>userInfoCallSeq</artifactId>
<groupId>com.wso2telco.dep.hub.resource</groupId>
<artifactId>userInfoConfig</artifactId>
<version>1.0.0</version>
<type>xml</type>
<type>zip</type>
</dependency>
<dependency>
<groupId>com.wso2telco.dep.hub.api</groupId>
Expand All @@ -67,12 +67,6 @@
<version>1.0.0</version>
<type>xml</type>
</dependency>
<dependency>
<groupId>com.wso2telco.dep.hub.sequence</groupId>
<artifactId>defaultPkgTypeSetSeq</artifactId>
<version>1.0.0</version>
<type>xml</type>
</dependency>
<dependency>
<groupId>com.wso2telco.dep.hub.sequence</groupId>
<artifactId>dropSeq</artifactId>
Expand Down

0 comments on commit a80eb7a

Please sign in to comment.