Skip to content

Commit

Permalink
Merge pull request #73 from aaronwalker/camel-fix
Browse files Browse the repository at this point in the history
just inlcude activemq-camel
  • Loading branch information
aaronwalker committed Oct 4, 2019
2 parents ea6ffda + 00c0462 commit 59ada7f
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Core/Corvus.Web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@

<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-all</artifactId>
<artifactId>activemq-camel</artifactId>
</dependency>

<dependency>
Expand Down
8 changes: 4 additions & 4 deletions Plugins/jentrata.integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@
<artifactId>activemq-all</artifactId>
</dependency>

<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
</dependency>

<dependency>
<groupId>org.apache.camel</groupId>
Expand Down
10 changes: 5 additions & 5 deletions Plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,11 @@
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.jentrata.msh.ext</groupId>
<artifactId>jentrata-ebxml-cpa</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jentrata.msh.ext</groupId>
<artifactId>jentrata-ebxml-cpa</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.jentrata.msh.core</groupId>
Expand Down
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,12 @@
<version>1.1</version>
</dependency>

<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-camel</artifactId>
<version>${activemq.version}</version>
</dependency>

<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-all</artifactId>
Expand Down

0 comments on commit 59ada7f

Please sign in to comment.