Skip to content
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.

Commit

Permalink
Merge pull request #5 from vaadin/Add-transitive-dependencies
Browse files Browse the repository at this point in the history
Add more transitive dependencies
  • Loading branch information
ZheSun88 authored Aug 7, 2018
2 parents 40520de + dcfe6ff commit 779e4e8
Showing 1 changed file with 57 additions and 7 deletions.
64 changes: 57 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@
<groupId>org.webjars.bowergithub.vaadin</groupId>
<artifactId>vaadin-text-field</artifactId>
</dependency>

<dependency>
<groupId>org.webjars.bowergithub.vaadin</groupId>
<artifactId>vaadin-item</artifactId>
</dependency>
<dependency>
<groupId>org.webjars.bowergithub.vaadin</groupId>
<artifactId>vaadin-themable-mixin</artifactId>
Expand All @@ -57,26 +62,71 @@
<groupId>org.webjars.bowergithub.vaadin</groupId>
<artifactId>vaadin-element-mixin</artifactId>
</dependency>
<dependency>
<groupId>org.webjars.bowergithub.polymerelements</groupId>
<artifactId>iron-a11y-keys-behavior</artifactId>
</dependency>
<dependency>
<groupId>org.webjars.bowergithub.vaadin</groupId>
<artifactId>vaadin-control-state-mixin</artifactId>
</dependency>
<dependency>
<groupId>org.webjars.bowergithub.polymerelements</groupId>
<artifactId>iron-test-helpers</artifactId>
<groupId>org.webjars.bowergithub.vaadin</groupId>
<artifactId>vaadin-overlay</artifactId>
</dependency>
<dependency>
<groupId>org.webjars.bowergithub.vaadin</groupId>
<artifactId>vaadin-usage-statistics</artifactId>
</dependency>
</dependency>
<dependency>
<groupId>org.webjars.bowergithub.vaadin</groupId>
<artifactId>vaadin-development-mode-detector</artifactId>
</dependency>

<dependency>
<groupId>org.webjars.bowergithub.polymerelements</groupId>
<artifactId>iron-test-helpers</artifactId>
</dependency>
<dependency>
<groupId>org.webjars.bowergithub.polymerelements</groupId>
<artifactId>iron-icon</artifactId>
</dependency>
<dependency>
<groupId>org.webjars.bowergithub.polymerelements</groupId>
<artifactId>iron-a11y-keys-behavior</artifactId>
</dependency>
<dependency>
<groupId>org.webjars.bowergithub.polymerelements</groupId>
<artifactId>iron-a11y-announcer</artifactId>
</dependency>
<dependency>
<groupId>org.webjars.bowergithub.polymerelements</groupId>
<artifactId>iron-fit-behavior</artifactId>
</dependency>
<dependency>
<groupId>org.webjars.bowergithub.polymerelements</groupId>
<artifactId>iron-flex-layout</artifactId>
</dependency>
<dependency>
<groupId>org.webjars.bowergithub.polymerelements</groupId>
<artifactId>iron-iconset-svg</artifactId>
</dependency>
<dependency>
<groupId>org.webjars.bowergithub.polymerelements</groupId>
<artifactId>iron-list</artifactId>
</dependency>
<dependency>
<groupId>org.webjars.bowergithub.polymerelements</groupId>
<artifactId>iron-meta</artifactId>
</dependency>
<dependency>
<groupId>org.webjars.bowergithub.polymerelements</groupId>
<artifactId>iron-overlay-behavior</artifactId>
</dependency>
<dependency>
<groupId>org.webjars.bowergithub.polymerelements</groupId>
<artifactId>iron-resizable-behavior</artifactId>
</dependency>
<dependency>
<groupId>org.webjars.bowergithub.polymerelements</groupId>
<artifactId>iron-scroll-target-behavior</artifactId>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>flow</artifactId>
Expand Down

0 comments on commit 779e4e8

Please sign in to comment.