Skip to content

Commit

Permalink
Add vaadin-radio-button-flow (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZheSun88 authored and Artur- committed Dec 8, 2017
1 parent dbb2fa5 commit ecff2a1
Show file tree
Hide file tree
Showing 2 changed files with 9 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 @@ -168,6 +168,11 @@
<artifactId>vaadin-upload-flow</artifactId>
<version>1.0.0.alpha3</version>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-radio-button-flow</artifactId>
<version>1.0.0.alpha1</version>
</dependency>
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>vaadin-valo-theme</artifactId>
Expand Down
4 changes: 4 additions & 0 deletions vaadin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@
<groupId>com.vaadin</groupId>
<artifactId>vaadin-progress-bar-flow</artifactId>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-radio-button-flow</artifactId>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-split-layout-flow</artifactId>
Expand Down

0 comments on commit ecff2a1

Please sign in to comment.