Skip to content

Commit

Permalink
Delete flow components module as Grid has a release version. (#3037)
Browse files Browse the repository at this point in the history
* Delete flow components module as Grid has a release version.

* demo uses generated components
  • Loading branch information
caalador authored and torok-peter committed Nov 24, 2017
1 parent a730a06 commit 11f2760
Show file tree
Hide file tree
Showing 25 changed files with 23 additions and 3,873 deletions.
11 changes: 8 additions & 3 deletions flow-components-parent/demo-flow-components/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>flow-components</artifactId>
<artifactId>flow-component-demo-helpers</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>flow-component-demo-helpers</artifactId>
<artifactId>flow-data</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>flow-data</artifactId>
<artifactId>flow-generated-components</artifactId>
<version>${project.version}</version>
</dependency>

Expand Down Expand Up @@ -81,6 +81,11 @@
<artifactId>vaadin-form-layout-flow</artifactId>
<version>1.0.0.alpha1</version>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-grid-flow</artifactId>
<version>1.0.0.alpha1</version>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-icons-flow</artifactId>
Expand Down
13 changes: 5 additions & 8 deletions flow-components-parent/flow-components-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,6 @@
<artifactId>flow</artifactId>
</dependency>

<!-- REMOVE WHEN GRID HAS ITS OWN REPO -->
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>flow-components</artifactId>
<version>${project.version}</version>
</dependency>
<!-- REMOVE WHEN GRID HAS ITS OWN REPO -->

<dependency>
<groupId>com.vaadin</groupId>
<artifactId>flow-test-util</artifactId>
Expand Down Expand Up @@ -85,6 +77,11 @@
<artifactId>vaadin-form-layout-flow</artifactId>
<version>1.0.0.alpha1</version>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-grid-flow</artifactId>
<version>1.0.0.alpha1</version>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-icons-flow</artifactId>
Expand Down
67 changes: 0 additions & 67 deletions flow-components-parent/flow-components/pom.xml

This file was deleted.

This file was deleted.

Loading

0 comments on commit 11f2760

Please sign in to comment.