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

commit fbfa44dea6d07f4c328a5296758136fe28c6af70
Author: Andi Huber <[email protected]>
AuthorDate: Sun Nov 27 07:22:36 2022 +0100

    ISIS-3275: POM: remove (temporary) Spring Snapshot repository
---
 bom/pom.xml      | 59 ++------------------------------------------------------
 starters/pom.xml |  9 ---------
 2 files changed, 2 insertions(+), 66 deletions(-)

diff --git a/bom/pom.xml b/bom/pom.xml
index c22ce92876..c11a26e3d1 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -445,68 +445,13 @@ 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>
         <!-- APACHE CAUSEWAY customisation 7/21: start -->
         <repository>
-                       <!-- temporary till Nov 24, 2022 -->
-            <id>spring.snapshots</id>
-            <name>Spring Milestones Repository</name>
-            <url>https://repo.spring.io/milestone/</url>
-            <snapshots><enabled>false</enabled></snapshots>
-        </repository>
-        <repository>
-                       <!-- temporary till release of shiro 2.0.0 -->
-            <id>shiro.snapshots</id>
+                       <!-- temporary till release of shiro 2.0.0 and cxf 
4.0.0 -->
+            <id>apache.snapshots</id>
             <name>Shiro Snapshot Repository</name>
             <url>https://repository.apache.org/content/groups/snapshots/</url>
             <snapshots><enabled>true</enabled></snapshots>
diff --git a/starters/pom.xml b/starters/pom.xml
index e4b927d226..f0af48dfda 100644
--- a/starters/pom.xml
+++ b/starters/pom.xml
@@ -80,15 +80,6 @@
                        </plugins>
                </pluginManagement>
        </build>
-       <repositories>
-        <!-- temporary till Nov 24, 2022 -->
-        <repository>
-            <id>spring.snapshots</id>
-            <name>Spring Milestones Repository</name>
-            <url>https://repo.spring.io/milestone/</url>
-            <snapshots><enabled>false</enabled></snapshots>
-        </repository>
-    </repositories>
        <dependencyManagement>
                <dependencies>
                        <dependency>

Reply via email to