Skip to content

Commit

Permalink
Fix client dependency scope (vaadin#28)
Browse files Browse the repository at this point in the history
* Make client dependencies provided scope
  • Loading branch information
hesara authored and Denis committed Feb 1, 2017
1 parent cbb0b93 commit 433611c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@
<groupId>com.vaadin</groupId>
<artifactId>vaadin-compatibility-client</artifactId>
<version>${vaadin.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
Expand Down

0 comments on commit 433611c

Please sign in to comment.