Skip to content

Commit

Permalink
HL7
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrocatalao committed Dec 11, 2022
1 parent 9bc03e0 commit 62c1a11
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 @@ -49,6 +49,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 62c1a11

Please sign in to comment.