deason 6 жил өмнө
parent
commit
78e26ca16e

+ 23 - 1
examcloud-core-print-provider/pom.xml

@@ -12,6 +12,17 @@
     </parent>
 
     <dependencies>
+        <dependency>
+            <groupId>cn.com.qmth.examcloud.rmi</groupId>
+            <artifactId>examcloud-core-print-api</artifactId>
+            <version>${examcloud.version}</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>cn.com.qmth.examcloud.commons</groupId>
+                    <artifactId>examcloud-commons-web</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
         <dependency>
             <groupId>cn.com.qmth.examcloud.rmi</groupId>
             <artifactId>examcloud-commons-api</artifactId>
@@ -25,7 +36,18 @@
         </dependency>
         <dependency>
             <groupId>cn.com.qmth.examcloud.rmi</groupId>
-            <artifactId>examcloud-core-print-api</artifactId>
+            <artifactId>examcloud-core-examwork-api-client</artifactId>
+            <version>${examcloud.version}</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>cn.com.qmth.examcloud.commons</groupId>
+                    <artifactId>examcloud-commons-web</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+        <dependency>
+            <groupId>cn.com.qmth.examcloud.rmi</groupId>
+            <artifactId>examcloud-core-questions-api-client</artifactId>
             <version>${examcloud.version}</version>
             <exclusions>
                 <exclusion>