Skip to content
This repository has been archived by the owner on Apr 6, 2022. It is now read-only.

Commit

Permalink
Use explicit iron-flex-layout dependency version (#45)
Browse files Browse the repository at this point in the history
* Use explicit iron-flex-layout dependency version
  • Loading branch information
Denis authored and ZheSun88 committed Jun 21, 2018
1 parent 50e3c0a commit 033ce16
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,17 @@
<groupId>org.webjars.bowergithub.vaadin</groupId>
<artifactId>vaadin-form-layout</artifactId>
<version>2.0.1</version>
<exclusions>
<exclusion>
<groupId>org.webjars.bowergithub.polymerelements</groupId>
<artifactId>iron-flex-layout</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.webjars.bowergithub.polymerelements</groupId>
<artifactId>iron-flex-layout</artifactId>
<version>2.0.3</version>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
Expand Down Expand Up @@ -65,24 +76,48 @@
<artifactId>vaadin-checkbox-flow</artifactId>
<version>1.0-SNAPSHOT</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.webjars.bowergithub.polymerelements</groupId>
<artifactId>iron-flex-layout</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-date-picker-flow</artifactId>
<version>1.0-SNAPSHOT</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.webjars.bowergithub.polymerelements</groupId>
<artifactId>iron-flex-layout</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-text-field-flow</artifactId>
<version>1.0-SNAPSHOT</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.webjars.bowergithub.polymerelements</groupId>
<artifactId>iron-flex-layout</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-ordered-layout-flow</artifactId>
<version>1.0-SNAPSHOT</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.webjars.bowergithub.polymerelements</groupId>
<artifactId>iron-flex-layout</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
Expand Down

0 comments on commit 033ce16

Please sign in to comment.