deason 6 yıl önce
ebeveyn
işleme
78e26ca16e
1 değiştirilmiş dosya ile 23 ekleme ve 1 silme
  1. 23 1
      examcloud-core-print-provider/pom.xml

+ 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>