mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-06-08 02:04:04 +08:00
26 lines
882 B
XML
26 lines
882 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<parent>
|
|
<groupId>xyz.playedu</groupId>
|
|
<artifactId>playedu</artifactId>
|
|
<version>1.2</version>
|
|
</parent>
|
|
|
|
<artifactId>playedu-course</artifactId>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>xyz.playedu</groupId>
|
|
<artifactId>playedu-common</artifactId>
|
|
<version>1.2</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>xyz.playedu</groupId>
|
|
<artifactId>playedu-resource</artifactId>
|
|
<version>1.2</version>
|
|
</dependency>
|
|
</dependencies>
|
|
</project> |