785834757 hai 1 ano
pai
achega
d753b9e1ba
Modificáronse 6 ficheiros con 16 adicións e 7 borrados
  1. 1 0
      authentication/pom.xml
  2. 1 0
      gateway/pom.xml
  3. 4 2
      platform/pom.xml
  4. 8 5
      pom.xml
  5. 1 0
      tenant/openfeign/pom.xml
  6. 1 0
      tenant/organization/pom.xml

+ 1 - 0
authentication/pom.xml

@@ -14,6 +14,7 @@
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-web</artifactId>
+            <version>3.0.0</version>
         </dependency>
 
         <dependency>

+ 1 - 0
gateway/pom.xml

@@ -14,6 +14,7 @@
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-web</artifactId>
+            <version>3.0.0</version>
         </dependency>
 
         <dependency>

+ 4 - 2
platform/pom.xml

@@ -11,9 +11,11 @@
     <name>platform Maven Webapp</name>
     <url>http://maven.apache.org</url>
     <dependencies>
+
         <dependency>
-            <groupId>org.springframework.boot</groupId>
-            <artifactId>spring-boot-starter-web</artifactId>
+            <groupId>io.minio</groupId>
+            <artifactId>minio</artifactId>
+            <version>${minio.version}</version>
         </dependency>
 
         <dependency>

+ 8 - 5
pom.xml

@@ -32,11 +32,18 @@
     <fastjson.version>2.0.43</fastjson.version>
     <cloud.version>2022.0.0</cloud.version>
     <openfeign.version>4.1.3</openfeign.version>
+    <minio.version>8.0.3</minio.version>
   </properties>
 
 
   <dependencies>
 
+    <!-- Spring Boot Starter Web -->
+    <dependency>
+      <groupId>org.springframework.boot</groupId>
+      <artifactId>spring-boot-starter-web</artifactId>
+    </dependency>
+
     <!-- Spring Boot Starter Test -->
     <dependency>
       <groupId>org.springframework.boot</groupId>
@@ -65,11 +72,7 @@
   <dependencyManagement>
     <dependencies>
 
-      <!-- Spring Boot Starter Web -->
-      <dependency>
-        <groupId>org.springframework.boot</groupId>
-        <artifactId>spring-boot-starter-web</artifactId>
-      </dependency>
+
 
       <!-- Spring Boot Starter Webflux -->
       <dependency>

+ 1 - 0
tenant/openfeign/pom.xml

@@ -14,6 +14,7 @@
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-web</artifactId>
+            <version>3.0.0</version>
         </dependency>
 
         <dependency>

+ 1 - 0
tenant/organization/pom.xml

@@ -14,6 +14,7 @@
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-web</artifactId>
+            <version>3.0.0</version>
         </dependency>
 
         <dependency>