Browse Source

登录新加入版本分支号

wangliang 2 years ago
parent
commit
c190983d52
2 changed files with 9 additions and 9 deletions
  1. 5 5
      pom.xml
  2. 4 4
      teachcloud-common/pom.xml

+ 5 - 5
pom.xml

@@ -355,11 +355,11 @@
                 <artifactId>jasypt-spring-boot-starter</artifactId>
                 <version>${jasypt.version}</version>
             </dependency>
-            <dependency>
-                <groupId>org.apache.maven</groupId>
-                <artifactId>maven-model</artifactId>
-                <version>3.0</version>
-            </dependency>
+<!--            <dependency>-->
+<!--                <groupId>org.apache.maven</groupId>-->
+<!--                <artifactId>maven-model</artifactId>-->
+<!--                <version>3.0</version>-->
+<!--            </dependency>-->
         </dependencies>
     </dependencyManagement>
 

+ 4 - 4
teachcloud-common/pom.xml

@@ -169,9 +169,9 @@
             <groupId>com.github.ulisesbocchio</groupId>
             <artifactId>jasypt-spring-boot-starter</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.apache.maven</groupId>
-            <artifactId>maven-model</artifactId>
-        </dependency>
+<!--        <dependency>-->
+<!--            <groupId>org.apache.maven</groupId>-->
+<!--            <artifactId>maven-model</artifactId>-->
+<!--        </dependency>-->
     </dependencies>
 </project>