This is an automated email from the ASF dual-hosted git repository.

struberg pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/openwebbeans-meecrowave-examples.git


The following commit(s) were added to refs/heads/master by this push:
     new 18edda4  update samples to latest Meecrowave, Vaadin and Java11
18edda4 is described below

commit 18edda4442ab10ea247824fae155e4c17aaa513e
Author: Mark Struberg <strub...@apache.org>
AuthorDate: Fri May 13 23:27:37 2022 +0200

    update samples to latest Meecrowave, Vaadin and Java11
---
 pom.xml                     | 8 ++++----
 rest-trivial-kotlin/pom.xml | 5 +++++
 rest-trivial/pom.xml        | 5 +++++
 rest/pom.xml                | 5 +++++
 servlet-trivial/pom.xml     | 6 ++++++
 servlet-vaadin-vxx/pom.xml  | 8 +++++---
 6 files changed, 30 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index d5faaaf..f9a25fb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,15 +48,15 @@
     </modules>
 
     <properties>
-        <meecrowave.version>1.2.12-SNAPSHOT</meecrowave.version>
+        <meecrowave.version>1.2.14</meecrowave.version>
 
-        <maven.compiler.target>1.8</maven.compiler.target>
-        <maven.compiler.source>1.8</maven.compiler.source>
+        <maven.compiler.target>11</maven.compiler.target>
+        <maven.compiler.source>11</maven.compiler.source>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
 
         <slf4j.version>1.7.25</slf4j.version>
-        <log4j-api.version>2.11.0</log4j-api.version>
+        <log4j-api.version>2.17.2</log4j-api.version>
 
         <jacoco.version>0.8.3</jacoco.version>
         <pitest.version>1.4.0</pitest.version>
diff --git a/rest-trivial-kotlin/pom.xml b/rest-trivial-kotlin/pom.xml
index 8270fc8..244f62b 100644
--- a/rest-trivial-kotlin/pom.xml
+++ b/rest-trivial-kotlin/pom.xml
@@ -20,6 +20,11 @@
     </properties>
 
     <dependencies>
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-activation_1.1_spec</artifactId>
+            <version>1.1</version>
+        </dependency>
         <dependency>
             <groupId>org.jetbrains.kotlin</groupId>
             <artifactId>kotlin-stdlib-jdk8</artifactId>
diff --git a/rest-trivial/pom.xml b/rest-trivial/pom.xml
index d473bf4..411473f 100644
--- a/rest-trivial/pom.xml
+++ b/rest-trivial/pom.xml
@@ -16,6 +16,11 @@
 
     <dependencies>
         <!-- this package contains the javax APIs for CDI, JAX-RS, JSONP, 
JSONB and Servlet4 -->
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-activation_1.1_spec</artifactId>
+            <version>1.1</version>
+        </dependency>
         <dependency>
             <groupId>org.apache.meecrowave</groupId>
             <artifactId>meecrowave-specs-api</artifactId>
diff --git a/rest/pom.xml b/rest/pom.xml
index d521e13..fdefbd9 100644
--- a/rest/pom.xml
+++ b/rest/pom.xml
@@ -13,6 +13,11 @@
     <name>REST</name>
 
     <dependencies>
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-activation_1.1_spec</artifactId>
+            <version>1.1</version>
+        </dependency>
         <!-- this package contains the javax APIs for CDI, JAX-RS, JSONP, 
JSONB and Servlet4 -->
         <dependency>
             <groupId>org.apache.meecrowave</groupId>
diff --git a/servlet-trivial/pom.xml b/servlet-trivial/pom.xml
index 3dbd30c..0436d42 100644
--- a/servlet-trivial/pom.xml
+++ b/servlet-trivial/pom.xml
@@ -32,6 +32,12 @@
 
 
     <dependencies>
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-activation_1.1_spec</artifactId>
+            <version>1.1</version>
+        </dependency>
+        
         <!-- this package contains the javax APIs for CDI, JAX-RS, JSONP, 
JSONB and Servlet4 -->
         <dependency>
             <groupId>org.apache.meecrowave</groupId>
diff --git a/servlet-vaadin-vxx/pom.xml b/servlet-vaadin-vxx/pom.xml
index eaa60ea..2efb543 100644
--- a/servlet-vaadin-vxx/pom.xml
+++ b/servlet-vaadin-vxx/pom.xml
@@ -14,8 +14,9 @@
   <packaging>jar</packaging>
 
   <properties>
-    <vaadin.version>14.5.1</vaadin.version>
+    <vaadin.version>23.0.9</vaadin.version>
   </properties>
+<!--
 
   <pluginRepositories>
     <pluginRepository>
@@ -25,18 +26,19 @@
   </pluginRepositories>
 
   <repositories>
-    <!--Releases-->
+    &lt;!&ndash;Releases&ndash;&gt;
     <repository>
       <id>vaadin-addons</id>
       <url>https://maven.vaadin.com/vaadin-addons</url>
     </repository>
 
-    <!--Pre-Releases-->
+    &lt;!&ndash;Pre-Releases&ndash;&gt;
     <repository>
       <id>vaadin-prereleases</id>
       <url>https://maven.vaadin.com/vaadin-prereleases</url>
     </repository>
   </repositories>
+-->
 
 
   <dependencyManagement>

Reply via email to