Skip to content

Commit

Permalink
Update pom.xml.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
ideasbucketlabs committed May 31, 2024
1 parent 4f755fe commit f94aa8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/generator/spring/template/pom.xml.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
<timefold-solver.version>{{ timefoldVersion }}</timefold-solver.version>
{%- endif -%}
{%- if dependenciesIds contains "hilla" -%}
<hilla.version>2.5.5</hilla.version>
<hilla.version>{{ hillaVersion }}</hilla.version>
{%- endif -%}
{%- if dependenciesIds contains "netflix-dgs" -%}
<netflix-dgs.version>8.6.1</netflix-dgs.version>
<netflix-dgs.version>{{ netflixDgsVersion }}</netflix-dgs.version>
{%- endif -%}
{%- if dependenciesIds contains "vaadin" -%}
<vaadin.version>24.3.12</vaadin.version>
<vaadin.version>{{ vaadinVersion }}</vaadin.version>
{%- endif -%}
</properties>
<dependencies>
Expand Down

0 comments on commit f94aa8f

Please sign in to comment.