|
@@ -10,12 +10,13 @@
|
|
|
</parent>
|
|
|
|
|
|
<artifactId>examcloud-core-oe-student-face-api</artifactId>
|
|
|
-
|
|
|
- <dependencies>
|
|
|
- <dependency>
|
|
|
- <groupId>cn.com.qmth.examcloud</groupId>
|
|
|
- <artifactId>examcloud-core-oe-common-base</artifactId>
|
|
|
- <version>${examcloud.version}</version>
|
|
|
- </dependency>
|
|
|
- </dependencies>
|
|
|
+ <packaging>jar</packaging>
|
|
|
+
|
|
|
+ <dependencies>
|
|
|
+ <dependency>
|
|
|
+ <groupId>cn.com.qmth.examcloud.commons</groupId>
|
|
|
+ <artifactId>examcloud-commons-web</artifactId>
|
|
|
+ <version>${examcloud.version}</version>
|
|
|
+ </dependency>
|
|
|
+ </dependencies>
|
|
|
</project>
|