4 Star 0 Fork 0

hanbi918 / mplive-parent

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pom.xml 2.86 KB
一键复制 编辑 原始数据 按行查看 历史
赵航 提交于 2019-12-26 10:22 . 直播模块
<?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>
<properties>
<project.mplive.version>1.0.0-SNAPSHOT</project.mplive.version>
</properties>
<parent>
<groupId>com.kalix</groupId>
<artifactId>kalix-parent</artifactId>
<version>1.0.0</version>
</parent>
<groupId>com.kalix.mplive</groupId>
<artifactId>mplive-parent</artifactId>
<name>Kalix Mplive Parent</name>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>core-parent</module>
<module>system-parent</module>
<module>mooc-parent</module>
<module>school-parent</module>
<module>live-parent</module>
<module>answeringQuestion-parent</module>
<module>thirdPartyLanding-parent</module>
<module>about-parent</module>
</modules>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.kalix.framework.poms</groupId>
<artifactId>framework-poms-dm</artifactId>
<version>${project.framework.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>com.kalix.framework.poms</groupId>
<artifactId>framework-poms-dm</artifactId>
<type>pom</type>
<version>${project.framework.version}</version>
</dependency>
<dependency>
<groupId>com.kalix.framework.core</groupId>
<artifactId>framework-core-api</artifactId>
</dependency>
<dependency>
<groupId>com.kalix.framework.core</groupId>
<artifactId>framework-core-impl</artifactId>
</dependency>
<dependency>
<groupId>net.gplatform</groupId>
<artifactId>Sdk4J</artifactId>
<version>2.0</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>io.fabric8</groupId>
<artifactId>fabric8-maven-plugin</artifactId>
<version>${fabric8.maven.plugin.version}</version>
<executions>
<execution>
</execution>
</executions>
</plugin>
</plugins>
<extensions>
<extension>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-webdav-jackrabbit</artifactId>
<version>2.10</version>
</extension>
</extensions>
</build>
</project>
1
https://gitee.com/xingshidongman/mplive-parent.git
git@gitee.com:xingshidongman/mplive-parent.git
xingshidongman
mplive-parent
mplive-parent
master

搜索帮助