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

ahuber pushed a commit to branch spring6
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/spring6 by this push:
     new 487814ba6b ISIS-3275: using Spring 6.0.0 final
487814ba6b is described below

commit 487814ba6bcba4c938c0c5ae055b2a49ca697355
Author: Andi Huber <[email protected]>
AuthorDate: Thu Nov 17 06:00:44 2022 +0100

    ISIS-3275: using Spring 6.0.0 final
---
 bom/pom.xml | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 48 insertions(+)

diff --git a/bom/pom.xml b/bom/pom.xml
index 78b52c0267..0749d8f5af 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -445,6 +445,54 @@ It is therefore a copy of org.apache:apache, with 
customisations clearly identif
                 <artifactId>maven-plugin-annotations</artifactId>
                 <version>${maven.plugin.tools.version}</version>
             </dependency>
+            <dependency>
+                         <!-- temporary till Nov 24, 2022 -->
+                     <groupId>org.springframework</groupId>
+                     <artifactId>spring-aop</artifactId>
+                     <version>6.0.0</version>
+                   </dependency>
+                   <dependency>
+                         <!-- temporary till Nov 24, 2022 -->
+                     <groupId>org.springframework</groupId>
+                     <artifactId>spring-beans</artifactId>
+                     <version>6.0.0</version>
+                   </dependency>
+                   <dependency>
+                         <!-- temporary till Nov 24, 2022 -->
+                     <groupId>org.springframework</groupId>
+                     <artifactId>spring-core</artifactId>
+                     <version>6.0.0</version>
+                   </dependency>
+                   <dependency>
+                          <!-- temporary till Nov 24, 2022 -->
+                     <groupId>org.springframework</groupId>
+                     <artifactId>spring-context</artifactId>
+                     <version>6.0.0</version>
+                   </dependency>
+                   <dependency>
+                         <!-- temporary till Nov 24, 2022 -->
+                     <groupId>org.springframework</groupId>
+                     <artifactId>spring-expression</artifactId>
+                     <version>6.0.0</version>
+                   </dependency>
+                   <dependency>
+                         <!-- temporary till Nov 24, 2022 -->
+                     <groupId>org.springframework</groupId>
+                     <artifactId>spring-jcl</artifactId>
+                     <version>6.0.0</version>
+                   </dependency>
+                   <dependency>
+                         <!-- temporary till Nov 24, 2022 -->
+                     <groupId>org.springframework</groupId>
+                     <artifactId>spring-test</artifactId>
+                     <version>6.0.0</version>
+                   </dependency>
+                   <dependency>
+                         <!-- temporary till Nov 24, 2022 -->
+                     <groupId>org.springframework</groupId>
+                     <artifactId>spring-tx</artifactId>
+                     <version>6.0.0</version>
+                   </dependency>
         </dependencies>
     </dependencyManagement>
     <repositories>

Reply via email to