Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
chickenlj committed Sep 22, 2024
1 parent 1489203 commit 4db66e2
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions spring-ai-alibaba-examples/playground-flight-booking/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,18 +86,18 @@
<skip>true</skip>
</configuration>
</plugin>
<!-- <plugin>-->
<!-- <groupId>com.vaadin</groupId>-->
<!-- <artifactId>vaadin-maven-plugin</artifactId>-->
<!-- <version>${vaadin.version}</version>-->
<!-- <executions>-->
<!-- <execution>-->
<!-- <goals>-->
<!-- <goal>prepare-frontend</goal>-->
<!-- </goals>-->
<!-- </execution>-->
<!-- </executions>-->
<!-- </plugin>-->
<plugin>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-maven-plugin</artifactId>
<version>${vaadin.version}</version>
<executions>
<execution>
<goals>
<goal>prepare-frontend</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
Expand Down

0 comments on commit 4db66e2

Please sign in to comment.