<?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">
    <parent>
        <artifactId>byh-remote-lecture</artifactId>
        <groupId>com.ebaiyihui</groupId>
<!--        <version>1.0.0</version>-->
        <version>0.0.1-SNAPSHOT</version>
        <relativePath>../pom.xml</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>remote-lecture-client</artifactId>
    <version>0.0.1-SNAPSHOT</version>
<!--    <version>1.0.0</version>-->
    <packaging>jar</packaging>

    <name>remote-lecture-client</name>
    <description>remote lecture client</description>

    <dependencies>
        <dependency>
            <groupId>com.ebaiyihui</groupId>
            <artifactId>remote-lecture-common</artifactId>
            <version>1.0.0</version>
<!--            <version>0.0.1-SNAPSHOT</version>-->
        </dependency>
    </dependencies>

</project>
