Skip to content

Commit

Permalink
#2196 Add a dependency on JavaPoet for source code generation
Browse files Browse the repository at this point in the history
  • Loading branch information
homedirectory committed Feb 23, 2024
1 parent 614f822 commit f649f2c
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 @@ -42,6 +42,12 @@
<version>1.6.0</version>
</dependency>

<dependency>
<groupId>com.squareup</groupId>
<artifactId>javapoet</artifactId>
<version>1.13.0</version>
</dependency>

</dependencies>

<build>
Expand Down

0 comments on commit f649f2c

Please sign in to comment.