Skip to content

Commit

Permalink
Fixed push and client exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollovati committed May 15, 2020
1 parent 0c603b9 commit 17876ed
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions vertx-vaadin-flow-parent/vertx-vaadin-flow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@
<groupId>com.vaadin</groupId>
<artifactId>vaadin-core</artifactId>
<version>${vaadin.platform.version}</version>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>flow-server</artifactId>
<version>${vaadin.flow.version}</version>
<exclusions>
<exclusion>
<groupId>com.vaadin</groupId>
Expand All @@ -46,11 +51,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>flow-server</artifactId>
<version>${vaadin.flow.version}</version>
</dependency>

<dependency>
<groupId>com.github.mcollovati.vertx</groupId>
Expand Down

0 comments on commit 17876ed

Please sign in to comment.