Skip to content

Commit

Permalink
Merge pull request #16 from assimbly/hl7
Browse files Browse the repository at this point in the history
HL7
  • Loading branch information
skin27 authored Dec 12, 2022
2 parents 997d1f8 + 62c1a11 commit 287aabd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions camelComponents/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@
<groupId>org.apache.camel</groupId>
<artifactId>camel-hl7</artifactId>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-mllp</artifactId>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-jetty</artifactId>
Expand Down
3 changes: 3 additions & 0 deletions utils/src/main/java/org/assimbly/util/DependencyUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,16 @@ public enum PredefinedBlocks {
FORMTOXML("formtoxml"),
GOOGLEDRIVE("googledrive"),
GROOVY("groovy"),
HL7ER7("hl7er7"),
HL7XML("hl7xml"),
HTTP("http"),
HTTPS("https"),
JAVA("java"),
JOOR("joor"),
JSONTOXML("jsontoxml"),
LOG("log"),
MANAGEFLOW("manageflow"),
MLLP("mllp"),
MULTIPART("multipart"),
OAUTH2TOKEN("oauth2token"),
PAUSEFLOW("pauseflow"),
Expand Down

0 comments on commit 287aabd

Please sign in to comment.