Skip to content

Commit

Permalink
Use Vaadin 10.0.0.beta1 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur- authored and pleku committed Mar 5, 2018
1 parent da4ca2f commit 269189c
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<webapp.directory>src/main/webapp</webapp.directory>

<!-- Dependencies -->
<vaadin.version>10.0.0.alpha21</vaadin.version>
<vaadin.version>10.0.0.beta1</vaadin.version>
<spring-boot.version>2.0.0.M7</spring-boot.version>
</properties>

Expand Down Expand Up @@ -81,22 +81,6 @@
<version>3.1.0</version>
<scope>provided</scope>
</dependency>
<!-- Fix version conflicts between various dependencies -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.9.2</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.2</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.9.2</version>
</dependency>

<!-- Added to provide logging output as Flow uses -->
<!-- the unbound SLF4J no-operation (NOP) logger implementation -->
Expand Down Expand Up @@ -169,7 +153,7 @@
<plugin>
<groupId>com.vaadin</groupId>
<artifactId>flow-maven-plugin</artifactId>
<version>1.0.0.alpha21</version>
<version>1.0.0.beta2</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit 269189c

Please sign in to comment.