-
Notifications
You must be signed in to change notification settings - Fork 0
/
artifact.xml
17 lines (17 loc) · 1.27 KB
/
artifact.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?><artifacts>
<artifact name="ApiTweet" groupId="com.example.TweetProject.api" version="1.0.0" type="synapse/api" serverRole="EnterpriseServiceBus">
<file>src/main/synapse-config/api/ApiTweet.xml</file>
</artifact>
<artifact name="ProxyIpGet" groupId="com.example.TweetProject.proxy-service" version="1.0.0" type="synapse/proxy-service" serverRole="EnterpriseServiceBus">
<file>src/main/synapse-config/proxy-services/ProxyIpGet.xml</file>
</artifact>
<artifact name="MultipleSendProxy" groupId="com.example.TweetProject.proxy-service" version="1.0.0" type="synapse/proxy-service" serverRole="EnterpriseServiceBus">
<file>src/main/synapse-config/proxy-services/MultipleSendProxy.xml</file>
</artifact>
<artifact name="TweetUsersFailover" groupId="com.example.TweetProject.proxy-service" version="1.0.0" type="synapse/proxy-service" serverRole="EnterpriseServiceBus">
<file>src/main/synapse-config/proxy-services/TweetUsersFailover.xml</file>
</artifact>
<artifact name="ApiTweetGet" groupId="com.example.TweetProject.endpoint" version="1.0.0" type="synapse/endpoint" serverRole="EnterpriseServiceBus">
<file>src/main/synapse-config/endpoints/ApiTweetGet.xml</file>
</artifact>
</artifacts>