Skip to content

Commit

Permalink
Preserve classy stdlib includes (#1275)
Browse files Browse the repository at this point in the history
  • Loading branch information
anb0s authored May 28, 2022
1 parent 4825d52 commit 4a19485
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions server/src/main/java/io/kroki/server/service/Plantuml.java
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ public class Plantuml implements DiagramService {
"awslib",
"azure",
"c4",
"classy",
"cloudinsight",
"cloudogu",
"domainstory",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ void should_preserve_valid_lib_include() throws IOException {
"!include <awslib/Database/Aurora.puml>\n" +
"!include <azure/AzureCommon.puml>\n" +
"!include <c4/C4.puml>\n" +
"!include <classy/core>\n" +
"!include <cloudinsight/kafka>\n" +
"!include <cloudogu/tools/docker>\n" +
"!include <DomainStory/domainStory>\n" +
Expand Down

0 comments on commit 4a19485

Please sign in to comment.