Quellcode durchsuchen

exam JAR 调整

liubo vor 3 Jahren
Ursprung
Commit
c2f57067cf
1 geänderte Dateien mit 30 neuen und 0 gelöschten Zeilen
  1. 30 0
      zd-modules/zd-exam/pom.xml

+ 30 - 0
zd-modules/zd-exam/pom.xml

@@ -53,6 +53,36 @@
             <groupId>ws.schild</groupId>
             <artifactId>jave-all-deps</artifactId>
             <version>3.2.0</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>ws.schild</groupId>
+                    <artifactId>jave-nativebin-win32</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>ws.schild</groupId>
+                    <artifactId>jave-nativebin-win64</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>ws.schild</groupId>
+                    <artifactId>jave-nativebin-linux32</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>ws.schild</groupId>
+                    <artifactId>jave-nativebin-linux64</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>ws.schild</groupId>
+                    <artifactId>jave-nativebin-osx64</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>ws.schild</groupId>
+                    <artifactId>jave-nativebin-linux-arm32</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>ws.schild</groupId>
+                    <artifactId>jave-nativebin-linux-arm64</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
 
         <dependency>