Skip to content

Commit

Permalink
#2178 Add missing dependency required for HTML generation
Browse files Browse the repository at this point in the history
  • Loading branch information
homedirectory committed Feb 23, 2024
1 parent 2263083 commit def3f3d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions platform-eql-grammar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.j2html</groupId>
<artifactId>j2html</artifactId>
<version>1.6.0</version>
</dependency>

</dependencies>

<build>
Expand Down

0 comments on commit def3f3d

Please sign in to comment.