Skip to content

Commit

Permalink
Add vaadin-notification-flow to platform (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahie authored and Legioth committed Jan 2, 2018
1 parent fa952c3 commit e0e4cc1
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 @@ -178,6 +178,11 @@
<artifactId>vaadin-radio-button-flow</artifactId>
<version>1.0.0.alpha3</version>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-notification-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 @@ -143,6 +143,10 @@
<groupId>com.vaadin</groupId>
<artifactId>vaadin-upload-flow</artifactId>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-notification-flow</artifactId>
</dependency>
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>vaadin-valo-theme</artifactId>
Expand Down

0 comments on commit e0e4cc1

Please sign in to comment.