Skip to content

Commit

Permalink
fix: include flow-dnd module to flow-bom (#10911)
Browse files Browse the repository at this point in the history
  • Loading branch information
pleku committed May 6, 2021
1 parent 31cf3ef commit bd37fd6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions flow-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@
<artifactId>flow-html-components-testbench</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>flow-dnd</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>

0 comments on commit bd37fd6

Please sign in to comment.