| | |
| | | <name>multi_system</name> |
| | | <description>multi_system</description> |
| | | <modules> |
| | | <module>exam-common</module> |
| | | <module>exam-system</module> |
| | | <module>exam-admin</module> |
| | | <module>exam-framework</module> |
| | | <module>multi-common</module> |
| | | <module>multi-system</module> |
| | | <module>multi-admin</module> |
| | | <module>multi-framework</module> |
| | | </modules> |
| | | |
| | | |
| | |
| | | <dependencies> |
| | | <dependency> |
| | | <groupId>com.gkhy.exam</groupId> |
| | | <artifactId>exam-common</artifactId> |
| | | <artifactId>multi-common</artifactId> |
| | | <version>${gkhy.version}</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.gkhy.exam</groupId> |
| | | <artifactId>exam-system</artifactId> |
| | | <artifactId>multi-system</artifactId> |
| | | <version>${gkhy.version}</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.gkhy.exam</groupId> |
| | | <artifactId>exam-framework</artifactId> |
| | | <artifactId>multi-framework</artifactId> |
| | | <version>${gkhy.version}</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.gkhy.exam</groupId> |
| | | <artifactId>exam-admin</artifactId> |
| | | <artifactId>multi-admin</artifactId> |
| | | <version>${gkhy.version}</version> |
| | | </dependency> |
| | | |