Skip to content

Commit

Permalink
Use AERIUS variant of vue-gwt-processors dependency (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hilbrand authored Jan 16, 2024
1 parent 26bf8d3 commit fd4058a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,14 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>11</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>

<maven.compiler.plugin.version>3.8.1</maven.compiler.plugin.version>

<vue.version>1.0.1</vue.version>
<aerius.vue.version>1.1.0-AERIUS-SNAPSHOT</aerius.vue.version>

<maven.compiler.plugin.version>3.8.1</maven.compiler.plugin.version>
<org.gwtproject.version>2.10.0</org.gwtproject.version>
<elemental2.verion>1.1.0</elemental2.verion>

Expand Down Expand Up @@ -122,7 +126,7 @@
<dependency>
<groupId>com.axellience</groupId>
<artifactId>vue-gwt-processors</artifactId>
<version>${vue.version}</version>
<version>${aerius.vue.version}</version>
<optional>true</optional>
</dependency>
</dependencies>
Expand Down

0 comments on commit fd4058a

Please sign in to comment.