Skip to content

Commit

Permalink
fix: delegate non-spring beans instantiation to super method (#731)
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Anisimov authored and mshabarov committed Mar 23, 2021
1 parent 8ef96bc commit c1d083d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vaadin-spring-tests/test-spring-boot-undertow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-spring-tests</artifactId>
<version>12.3-SNAPSHOT</version>
<version>12.4-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-spring-boot-undertow</artifactId>
<name>Vaadin Spring Boot integration tests when running on Undertow</name>
Expand Down
2 changes: 1 addition & 1 deletion vaadin-spring-tests/test-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-spring-tests</artifactId>
<version>12.3-SNAPSHOT</version>
<version>12.4-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-spring</artifactId>
<name>Flow Spring deployable integration tests</name>
Expand Down

0 comments on commit c1d083d

Please sign in to comment.