Browse Source

rename examcloud-api-commons to examcloud-common-models

deason 2 years ago
parent
commit
69fd27b088
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examcloud-exchange-outer-api/pom.xml

+ 1 - 1
examcloud-exchange-outer-api/pom.xml

@@ -14,7 +14,7 @@
     <dependencies>
         <dependency>
             <groupId>cn.com.qmth.examcloud</groupId>
-            <artifactId>examcloud-api-commons</artifactId>
+            <artifactId>examcloud-common-models</artifactId>
             <version>${project.version}</version>
         </dependency>
     </dependencies>