wangwei 7 anni fa
parent
commit
3dfb5043e3
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. 5 0
      examcloud-core-questions-base/pom.xml

+ 5 - 0
examcloud-core-questions-base/pom.xml

@@ -20,6 +20,11 @@
 			<artifactId>examcloud-commons-dto</artifactId>
 			<version>${examcloud.version}</version>
 		</dependency>
+		<dependency>
+			<groupId>com.qmth.commons</groupId>
+			<artifactId>data-sync-rabbit</artifactId>
+			<version>1.0-SNAPSHOT</version>
+		</dependency>
 
 		<dependency>
 			<groupId>org.docx4j</groupId>