summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSteffen Ritter2023-03-02 11:18:40 +0100
committerSteffen Ritter2023-03-02 11:18:40 +0100
commit8e6241e293fbe91e135f71bfcd148a72cf6463a5 (patch)
treef8f20bd5897bd462fbbfe2a975ac950c1b429123 /pom.xml
parentRemove debug spam (diff)
downloadbwlp-guacamole-ext-8e6241e293fbe91e135f71bfcd148a72cf6463a5.tar.gz
bwlp-guacamole-ext-8e6241e293fbe91e135f71bfcd148a72cf6463a5.tar.xz
bwlp-guacamole-ext-8e6241e293fbe91e135f71bfcd148a72cf6463a5.zip
Compatibility with guacamole 1.4.0
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml23
1 files changed, 12 insertions, 11 deletions
diff --git a/pom.xml b/pom.xml
index cf7580b..3c8717d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<groupId>de.bwlehrpool</groupId>
<artifactId>bwlp-guac</artifactId>
- <version>1.2.1-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>bwlp-guac</name>
@@ -25,7 +25,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>buildnumber-maven-plugin</artifactId>
- <version>1.4</version>
+ <version>3.0.0</version>
<executions>
<execution>
<phase>validate</phase>
@@ -45,17 +45,18 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>3.6.1</version>
+ <version>3.10.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
+ <release>8</release>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
- <version>3.0.0</version>
+ <version>3.3.0</version>
<configuration>
<archive>
<manifestEntries>
@@ -71,7 +72,7 @@
<plugin>
<groupId>com.keithbranton.mojo</groupId>
<artifactId>angular-maven-plugin</artifactId>
- <version>0.3.2</version>
+ <version>0.3.4</version>
<executions>
<execution>
<phase>generate-resources</phase>
@@ -92,7 +93,7 @@
<plugin>
<groupId>com.samaxes.maven</groupId>
<artifactId>minify-maven-plugin</artifactId>
- <version>1.7.5</version>
+ <version>1.7.6</version>
<executions>
<execution>
<id>default-cli</id>
@@ -144,13 +145,13 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>3.8.1</version>
+ <version>4.13.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-ext</artifactId>
- <version>1.2.0</version>
+ <version>1.4.0</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
@@ -159,9 +160,9 @@
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>javax.ws.rs</groupId>
- <artifactId>jsr311-api</artifactId>
- <version>1.1.1</version>
+ <groupId>jakarta.ws.rs</groupId>
+ <artifactId>jakarta.ws.rs-api</artifactId>
+ <version>3.1.0</version>
<scope>provided</scope>
</dependency>
</dependencies>