|
@ -1,12 +1,39 @@ |
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
|
<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/maven-v4_0_0.xsd"> |
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
|
|
|
|
|
|
|
|
|
<artifactId>jeecgboot-boot-applet</artifactId> |
|
|
|
|
|
|
|
|
<parent> |
|
|
<parent> |
|
|
<groupId>org.jeecgframework.boot</groupId> |
|
|
|
|
|
<artifactId>jeecg-boot-module</artifactId> |
|
|
<artifactId>jeecg-boot-module</artifactId> |
|
|
|
|
|
<groupId>org.jeecgframework.boot</groupId> |
|
|
<version>3.8.1</version> |
|
|
<version>3.8.1</version> |
|
|
</parent> |
|
|
</parent> |
|
|
<artifactId>jeecgboot-boot-applet</artifactId> |
|
|
|
|
|
<name>Archetype - jeecgboot-boot-applet</name> |
|
|
|
|
|
<url>http://maven.apache.org</url> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<repositories> |
|
|
|
|
|
<repository> |
|
|
|
|
|
<id>aliyun</id> |
|
|
|
|
|
<name>aliyun Repository</name> |
|
|
|
|
|
<url>https://maven.aliyun.com/repository/public</url> |
|
|
|
|
|
<snapshots> |
|
|
|
|
|
<enabled>false</enabled> |
|
|
|
|
|
</snapshots> |
|
|
|
|
|
</repository> |
|
|
|
|
|
<repository> |
|
|
|
|
|
<id>jeecg</id> |
|
|
|
|
|
<name>jeecg Repository</name> |
|
|
|
|
|
<url>https://maven.jeecg.org/nexus/content/repositories/jeecg</url> |
|
|
|
|
|
<snapshots> |
|
|
|
|
|
<enabled>false</enabled> |
|
|
|
|
|
</snapshots> |
|
|
|
|
|
</repository> |
|
|
|
|
|
</repositories> |
|
|
|
|
|
|
|
|
|
|
|
<dependencies> |
|
|
|
|
|
<dependency> |
|
|
|
|
|
<groupId>org.jeecgframework.boot</groupId> |
|
|
|
|
|
<artifactId>jeecg-boot-base-core</artifactId> |
|
|
|
|
|
</dependency> |
|
|
|
|
|
</dependencies> |
|
|
|
|
|
|
|
|
</project> |
|
|
</project> |