pom.xml 779 字节
Newer Older
F
fengyw 已提交
1 2 3 4 5 6 7 8 9
<?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>com.roncoo</groupId>
        <artifactId>roncoo-education-common</artifactId>
F
fengyw 已提交
10
        <version>12.0.0-RELEASE</version>
F
fengyw 已提交
11 12
    </parent>

F
fengyw 已提交
13 14
    <artifactId>roncoo-education-common-video</artifactId>
    <name>roncoo-education-common-video</name>
F
fengyw 已提交
15 16 17 18

    <dependencies>
        <dependency>
            <groupId>com.roncoo</groupId>
F
fengyw 已提交
19
            <artifactId>roncoo-education-common-service</artifactId>
F
fengyw 已提交
20 21 22 23
        </dependency>
    </dependencies>

</project>