Skip to content

Commit

Permalink
Use new gwt-client-common-bom to import versions (#15)
Browse files Browse the repository at this point in the history
* Removed GWT direct dependency as it's already inherited.
* Removed dependency of vue. It's inherited via gwt-client-common.
  • Loading branch information
Hilbrand authored Sep 26, 2022
1 parent bf9ce3e commit ff578e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 46 deletions.
21 changes: 5 additions & 16 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<imaer.version>4.0.2-2</imaer.version>
<maven.compiler.plugin.version>3.8.1</maven.compiler.plugin.version>

<aerius.gwt-client-common.version>1.2.1</aerius.gwt-client-common.version>
<aerius.gwt-client-common.version>1.5.0-SNAPSHOT</aerius.gwt-client-common.version>
<aerius.gwt-client-common-json.version>1.3.0</aerius.gwt-client-common-json.version>
<jacoco.version>0.8.7</jacoco.version>

Expand All @@ -89,21 +89,10 @@
<dependencies>
<dependency>
<groupId>nl.aerius</groupId>
<artifactId>gwt-client-vue</artifactId>
<artifactId>gwt-client-common-bom</artifactId>
<version>${aerius.gwt-client-common.version}</version>
<type>gwt-lib</type>
</dependency>
<dependency>
<groupId>nl.aerius</groupId>
<artifactId>gwt-client-common</artifactId>
<version>${aerius.gwt-client-common.version}</version>
<type>gwt-lib</type>
</dependency>
<dependency>
<groupId>nl.aerius</groupId>
<artifactId>gwt-client-common-json</artifactId>
<version>${aerius.gwt-client-common-json.version}</version>
<type>gwt-lib</type>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -161,7 +150,7 @@
<plugin>
<groupId>net.ltgt.gwt.maven</groupId>
<artifactId>gwt-maven-plugin</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<extensions>true</extensions>
<configuration>
<sourceLevel>${maven.compiler.source}</sourceLevel>
Expand Down
30 changes: 0 additions & 30 deletions search-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,31 +29,7 @@

<packaging>gwt-lib</packaging>

<properties>
<com.google.gwt.version>2.8.2</com.google.gwt.version>
<vue.version>1.0.1</vue.version>
</properties>

<dependencies>
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-user</artifactId>
<scope>provided</scope>
<version>${com.google.gwt.version}</version>
</dependency>

<dependency>
<groupId>com.axellience</groupId>
<artifactId>vue-gwt</artifactId>
<version>${vue.version}</version>
</dependency>
<dependency>
<groupId>com.axellience</groupId>
<artifactId>vue-gwt-processors</artifactId>
<version>${vue.version}</version>
<optional>true</optional>
</dependency>

<dependency>
<groupId>nl.aerius</groupId>
<artifactId>gwt-client-vue</artifactId>
Expand All @@ -75,12 +51,6 @@
<version>${project.version}</version>
<type>gwt-lib</type>
</dependency>

<dependency>
<groupId>com.google.elemental2</groupId>
<artifactId>elemental2-dom</artifactId>
<version>1.0.0-RC1</version>
</dependency>
</dependencies>

<repositories>
Expand Down

0 comments on commit ff578e7

Please sign in to comment.