Skip to content

Commit

Permalink
#351 - update versions - done
Browse files Browse the repository at this point in the history
#351 - update versions - done
  • Loading branch information
FrankHossfeld committed Jan 10, 2024
2 parents f16bc96 + 4db7049 commit 9ed1d3d
Show file tree
Hide file tree
Showing 8 changed files with 102 additions and 15 deletions.
6 changes: 6 additions & 0 deletions nalu-plugin-core-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@
<groupId>com.github.nalukit</groupId>
<artifactId>nalu</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>
<artifactId>elemental2-core</artifactId>
<groupId>com.google.elemental2</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.google.elemental2</groupId>
Expand Down
16 changes: 16 additions & 0 deletions nalu-plugin-domino-v2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@
<groupId>com.github.nalukit</groupId>
<artifactId>nalu</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>
<artifactId>elemental2-core</artifactId>
<groupId>com.google.elemental2</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.github.nalukit</groupId>
Expand Down Expand Up @@ -116,6 +122,16 @@
<groupId>org.dominokit</groupId>
<artifactId>domino-ui</artifactId>
<version>${domino.ui.version}</version>
<exclusions>
<exclusion>
<artifactId>elemental2-dom</artifactId>
<groupId>com.google.elemental2</groupId>
</exclusion>
<exclusion>
<artifactId>elemental2-core</artifactId>
<groupId>com.google.elemental2</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.dominokit</groupId>
Expand Down
6 changes: 6 additions & 0 deletions nalu-plugin-elemental2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@
<groupId>com.github.nalukit</groupId>
<artifactId>nalu</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>
<artifactId>elemental2-core</artifactId>
<groupId>com.google.elemental2</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.github.nalukit</groupId>
Expand Down
14 changes: 14 additions & 0 deletions nalu-plugin-elemento/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@
<groupId>com.github.nalukit</groupId>
<artifactId>nalu</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>
<artifactId>elemental2-core</artifactId>
<groupId>com.google.elemental2</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.github.nalukit</groupId>
Expand Down Expand Up @@ -118,6 +124,14 @@
<artifactId>elemental2-dom</artifactId>
<groupId>com.google.elemental2</groupId>
</exclusion>
<exclusion>
<artifactId>base</artifactId>
<groupId>com.google.jsinterop</groupId>
</exclusion>
<exclusion>
<artifactId>jsinterop-annotations</artifactId>
<groupId>com.google.jsinterop</groupId>
</exclusion>
</exclusions>
</dependency>
<!-- gwt-events: once it is on maven central, use it!
Expand Down
35 changes: 33 additions & 2 deletions nalu-plugin-gwt-processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,31 @@
<groupId>com.github.nalukit</groupId>
<artifactId>nalu</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>
<artifactId>base</artifactId>
<groupId>com.google.jsinterop</groupId>
</exclusion>
<exclusion>
<artifactId>elemental2-promise</artifactId>
<groupId>com.google.elemental2</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.github.nalukit</groupId>
<artifactId>nalu-plugin-gwt</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>
<artifactId>base</artifactId>
<groupId>com.google.jsinterop</groupId>
</exclusion>
<exclusion>
<artifactId>elemental2-core</artifactId>
<groupId>com.google.elemental2</groupId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand All @@ -124,6 +144,10 @@
<artifactId>checker-qual</artifactId>
<groupId>org.checkerframework</groupId>
</exclusion>
<exclusion>
<artifactId>guava</artifactId>
<groupId>com.google.guava</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
Expand All @@ -138,8 +162,11 @@
<version>${javapoet.version}</version>
</dependency>


<!-- only for testing -->
<dependency>
<artifactId>guava</artifactId>
<groupId>com.google.guava</groupId>
<version>${guava.version}</version>
</dependency>

<!-- only for testing -->
<dependency>
Expand All @@ -163,6 +190,10 @@
<artifactId>truth</artifactId>
<groupId>com.google.truth</groupId>
</exclusion>
<exclusion>
<artifactId>checker-qual</artifactId>
<groupId>org.checkerframework</groupId>
</exclusion>
</exclusions>
<scope>test</scope>
</dependency>
Expand Down
6 changes: 6 additions & 0 deletions nalu-plugin-gwt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,12 @@
<groupId>com.github.nalukit</groupId>
<artifactId>nalu</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>
<artifactId>elemental2-core</artifactId>
<groupId>com.google.elemental2</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.github.nalukit</groupId>
Expand Down
10 changes: 10 additions & 0 deletions nalu-processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@
<groupId>com.github.nalukit</groupId>
<artifactId>nalu</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>
<artifactId>elemental2-core</artifactId>
<groupId>com.google.elemental2</groupId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down Expand Up @@ -132,6 +138,10 @@
<artifactId>truth</artifactId>
<groupId>com.google.truth</groupId>
</exclusion>
<exclusion>
<artifactId>checker-qual</artifactId>
<groupId>org.checkerframework</groupId>
</exclusion>
</exclusions>
<scope>test</scope>
</dependency>
Expand Down
24 changes: 11 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,35 +91,33 @@

<github.global.server>github</github.global.server>

<auto-common.version>1.0</auto-common.version>
<auto-service.version>1.0.1</auto-service.version>
<auto-common.version>1.2.2</auto-common.version>
<auto-service.version>1.1.1</auto-service.version>
<compile-testing.version>0.21.0</compile-testing.version>
<gson.version>2.10.1</gson.version>
<elemental2.version>1.2.1</elemental2.version>
<guava.version>32.1.1-jre</guava.version>
<guava.version>33.0.0-jre</guava.version>
<gwt-event.version>1.0.0-RC1</gwt-event.version>
<gwt-regexp.version>1.0.0-RC1</gwt-regexp.version>
<gwt.version>2.11.0</gwt.version>
<hamcrest-core.version>2.2</hamcrest-core.version>
<java.doc.executable>${java.home}/bin/javadoc</java.doc.executable>
<javapoet.version>1.13.0</javapoet.version>
<jsinterop-annotations.version>2.0.0</jsinterop-annotations.version>
<junit-jupiter.version>5.9.2</junit-jupiter.version>
<junit-jupiter-platform.version>1.9.2</junit-jupiter-platform.version>
<junit-jupiter.version>5.10.1</junit-jupiter.version>
<junit-jupiter-platform.version>1.10.1</junit-jupiter-platform.version>
<truth.version>1.1.3</truth.version>

<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>

<maven.deploy.plugin>3.1.1</maven.deploy.plugin>
<plugin.version.github.site>0.12</plugin.version.github.site>
<plugin.version.gpg.maven>1.6</plugin.version.gpg.maven>
<plugin.version.javadoc>3.2.0</plugin.version.javadoc>
<plugin.version.nexus.staging>1.6.8</plugin.version.nexus.staging>
<plugin.version.project.info.report>3.0.0</plugin.version.project.info.report>
<plugin.version.sonatype>1.6.3</plugin.version.sonatype>
<plugin.version.source>3.2.1</plugin.version.source>
<plugin.version.surfire>3.2.2</plugin.version.surfire>
<plugin.version.gpg.maven>3.1.0</plugin.version.gpg.maven>
<plugin.version.javadoc>3.6.3</plugin.version.javadoc>
<plugin.version.project.info.report>3.5.0</plugin.version.project.info.report>
<plugin.version.sonatype>1.6.13</plugin.version.sonatype>
<plugin.version.source>3.3.0</plugin.version.source>
<plugin.version.surfire>3.2.3</plugin.version.surfire>
<plugin.version.flatten>1.5.0</plugin.version.flatten>
<plugin.version.clean>3.3.2</plugin.version.clean>
<plugin.version.replacer>1.5.3</plugin.version.replacer>
Expand Down

0 comments on commit 9ed1d3d

Please sign in to comment.