Skip to content

Commit

Permalink
Get rid of vaadin-bom
Browse files Browse the repository at this point in the history
  • Loading branch information
elmot authored and hesara committed Feb 20, 2017
1 parent 53dd31c commit deb158d
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions vaadin-context-menu-vaadin7-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,18 +79,6 @@
</pluginRepository>
</pluginRepositories>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-bom</artifactId>
<version>${vaadin.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>com.vaadin</groupId>
Expand All @@ -100,14 +88,17 @@
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-compatibility-server</artifactId>
<version>${vaadin.version}</version>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-compatibility-client</artifactId>
<version>${vaadin.version}</version>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-themes</artifactId>
<version>${vaadin.version}</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand Down

0 comments on commit deb158d

Please sign in to comment.