Skip to content

Commit

Permalink
Include com.vaadin:flow version in BOM (#16)
Browse files Browse the repository at this point in the history
Fixes #13
  • Loading branch information
Legioth authored and Artur- committed Nov 13, 2017
1 parent 28deaef commit 0d3b4cb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vaadin-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@
<version>${flow.version}</version>
</dependency>

<dependency>
<groupId>com.vaadin</groupId>
<artifactId>flow</artifactId>
<version>${flow.version}</version>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>flow-server</artifactId>
Expand Down

0 comments on commit 0d3b4cb

Please sign in to comment.