deason 6 năm trước cách đây
mục cha
commit
90342516ee
1 tập tin đã thay đổi với 28 bổ sung59 xóa
  1. 28 59
      pom.xml

+ 28 - 59
pom.xml

@@ -31,73 +31,42 @@
             <artifactId>examcloud-commons-web</artifactId>
             <version>${examcloud.version}</version>
             <exclusions>
-                <!--           <exclusion>
-                               <groupId>mysql</groupId>
-                               <artifactId>mysql-connector-java</artifactId>
-                           </exclusion>
-                           <exclusion>
-                               <groupId>io.springfox</groupId>
-                               <artifactId>springfox-swagger2</artifactId>
-                           </exclusion>
-                           <exclusion>
-                               <groupId>io.springfox</groupId>
-                               <artifactId>springfox-swagger-ui</artifactId>
-                           </exclusion>-->
-                <!--    <exclusion>
-                        <groupId>com.google.code.findbugs</groupId>
-                        <artifactId>jsr305</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>org.apache.poi</groupId>
-                        <artifactId>poi-ooxml</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>org.apache.commons</groupId>
-                        <artifactId>commons-compress</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>commons-io</groupId>
-                        <artifactId>commons-io</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>commons-codec</groupId>
-                        <artifactId>commons-codec</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>org.apache.commons</groupId>
-                        <artifactId>commons-lang3</artifactId>
-                    </exclusion>-->
-                <!--         <exclusion>
-                             <groupId>com.alibaba</groupId>
-                             <artifactId>fastjson</artifactId>
-                         </exclusion>
-                         <exclusion>
-                             <groupId>org.ow2.asm</groupId>
-                             <artifactId>asm</artifactId>
-                         </exclusion>
-                         <exclusion>
-                             <groupId>com.squareup.okhttp3</groupId>
-                             <artifactId>okhttp</artifactId>
-                         </exclusion>
-                         <exclusion>
-                             <groupId>org.springframework.boot</groupId>
-                             <artifactId>spring-boot-starter-tomcat</artifactId>
-                         </exclusion>
-                         <exclusion>
-                             <groupId>com.google.guava</groupId>
-                             <artifactId>guava</artifactId>
-                         </exclusion>-->
+                <exclusion>
+                    <groupId>com.google.code.findbugs</groupId>
+                    <artifactId>jsr305</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>commons-codec</groupId>
+                    <artifactId>commons-codec</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>commons-io</groupId>
+                    <artifactId>commons-io</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.apache.commons</groupId>
+                    <artifactId>commons-lang3</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.ow2.asm</groupId>
+                    <artifactId>asm</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
+        <dependency>
+            <groupId>org.ow2.asm</groupId>
+            <artifactId>asm</artifactId>
+            <version>5.0.3</version>
+        </dependency>
         <dependency>
             <groupId>mysql</groupId>
             <artifactId>mysql-connector-java</artifactId>
-            <version>5.1.47</version>
+            <version>5.1.46</version>
         </dependency>
         <dependency>
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
-            <version>27.0.1-jre</version>
+            <version>23.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.commons</groupId>
@@ -122,7 +91,7 @@
         <dependency>
             <groupId>com.alibaba</groupId>
             <artifactId>fastjson</artifactId>
-            <version>1.2.54</version>
+            <version>1.2.24</version>
         </dependency>
         <dependency>
             <groupId>com.squareup.okhttp3</groupId>