You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ta...@apache.org on 2020/03/02 14:07:58 UTC

[myfaces] branch master updated: upgraded dependencies

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

tandraschko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces.git


The following commit(s) were added to refs/heads/master by this push:
     new c088fb5  upgraded dependencies
c088fb5 is described below

commit c088fb581ea0418aa5fd6249b5470058ee5bf532
Author: Thomas Andraschko <ta...@apache.org>
AuthorDate: Mon Mar 2 15:07:51 2020 +0100

    upgraded dependencies
---
 integration-tests/ajax/pom.xml | 24 ------------------------
 integration-tests/pom.xml      | 24 +++++++++++++++++-------
 2 files changed, 17 insertions(+), 31 deletions(-)

diff --git a/integration-tests/ajax/pom.xml b/integration-tests/ajax/pom.xml
index 615b677..e84d8ec 100644
--- a/integration-tests/ajax/pom.xml
+++ b/integration-tests/ajax/pom.xml
@@ -30,30 +30,6 @@
     <groupId>org.apache.myfaces.core.integration-tests</groupId>
     <artifactId>ajax</artifactId>
     <name>Apache MyFaces Core 2.3-next - Integration Tests - ajax</name>
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <configuration>
-                    <source>8</source>
-                    <target>8</target>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
     <packaging>war</packaging>
 
-    <dependencies>
-
-
-        <dependency>
-            <groupId>org.apache.tomcat.embed</groupId>
-            <artifactId>tomcat-embed-core</artifactId>
-            <version>9.0.12</version>
-            <scope>provided</scope>
-        </dependency>
-    </dependencies>
-
-
 </project>
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index a7dce9f..899828a 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -60,6 +60,16 @@
                     <scanIntervalSeconds>5</scanIntervalSeconds>
                 </configuration>
             </plugin>
+
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
+				<version>3.8.1</version>
+                <configuration>
+                    <source>8</source>
+                    <target>8</target>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
 
@@ -186,19 +196,19 @@
                 <dependency>
                     <groupId>org.apache.tomcat.embed</groupId>
                     <artifactId>tomcat-embed-core</artifactId>
-                    <version>9.0.12</version>
+                    <version>9.0.31</version>
                     <scope>test</scope>
                 </dependency>
                 <dependency>
                     <groupId>org.apache.tomcat.embed</groupId>
                     <artifactId>tomcat-embed-jasper</artifactId>
-                    <version>9.0.12</version>
+                    <version>9.0.31</version>
                     <scope>test</scope>
                 </dependency>
                 <dependency>
                     <groupId>org.apache.tomcat.embed</groupId>
                     <artifactId>tomcat-embed-websocket</artifactId>
-                    <version>9.0.12</version>
+                    <version>9.0.31</version>
                     <scope>test</scope>
                 </dependency>
                 <dependency>
@@ -228,25 +238,25 @@
                 <dependency>
                     <groupId>org.apache.tomcat.embed</groupId>
                     <artifactId>tomcat-embed-core</artifactId>
-                    <version>8.0.53</version>
+                    <version>8.5.51</version>
                     <scope>test</scope>
                 </dependency>
                 <dependency>
                     <groupId>org.apache.tomcat.embed</groupId>
                     <artifactId>tomcat-embed-jasper</artifactId>
-                    <version>8.0.53</version>
+                    <version>8.5.51</version>
                     <scope>test</scope>
                 </dependency>
                 <dependency>
                     <groupId>org.apache.tomcat.embed</groupId>
                     <artifactId>tomcat-embed-websocket</artifactId>
-                    <version>8.0.53</version>
+                    <version>8.5.51</version>
                     <scope>test</scope>
                 </dependency>
                 <dependency>
                     <groupId>org.apache.tomcat.embed</groupId>
                     <artifactId>tomcat-embed-logging-juli</artifactId>
-                    <version>8.0.53</version>
+                    <version>8.5.51</version>
                     <scope>test</scope>
                 </dependency>
                 <dependency>