Skip to content

Commit

Permalink
Format change
Browse files Browse the repository at this point in the history
  • Loading branch information
tozach committed May 9, 2018
1 parent 5ff02c6 commit 3bc635f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/app/maven-project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ http://www.mulesoft.org/schema/mule/json http://www.mulesoft.org/schema/mule/jso
</spring:beans>
<db:derby-config name="Derby_Configuration" url="jdbc:derby:memory:muleEmbeddedDB;create=true" doc:name="Derby Configuration"/>
<jms:activemq-connector name="Active_MQ" brokerURL="vm://localhost" validateConnections="true" doc:name="Active MQ"/>

<flow name="mavenFlow">
<http:listener config-ref="HTTP_Listener_Configuration" path="/hello" doc:name="HTTP"/>
<set-payload value="#['Hello Maven']" doc:name="Set Payload"/>
Expand Down

0 comments on commit 3bc635f

Please sign in to comment.