Skip to content

Commit

Permalink
provide hilla-endpoint for javadoc generation[skip ci] (#6789)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZheSun88 committed Sep 13, 2024
1 parent b54e15d commit be2a268
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,11 @@
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-spring</artifactId>
<version>${flow.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>hilla-endpoint</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit be2a268

Please sign in to comment.