|
@@ -1,49 +0,0 @@
|
|
|
-<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
- <modelVersion>4.0.0</modelVersion>
|
|
|
- <groupId>com.qmth.teachcloud.exchange.business</groupId>
|
|
|
- <artifactId>teachcloud-exchange-business</artifactId>
|
|
|
- <version>1.0.0</version>
|
|
|
- <build>
|
|
|
- <plugins>
|
|
|
- <plugin>
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
- <artifactId>maven-compiler-plugin</artifactId>
|
|
|
- <configuration>
|
|
|
- <source>11</source>
|
|
|
- <target>11</target>
|
|
|
- </configuration>
|
|
|
- </plugin>
|
|
|
- </plugins>
|
|
|
- </build>
|
|
|
- <packaging>jar</packaging>
|
|
|
-
|
|
|
- <parent>
|
|
|
- <groupId>com.qmth.teachcloud.exchange.service</groupId>
|
|
|
- <artifactId>teachcloud-exchange-service</artifactId>
|
|
|
- <version>1.0.0</version>
|
|
|
- </parent>
|
|
|
-
|
|
|
- <dependencies>
|
|
|
- <dependency>
|
|
|
- <groupId>org.apache.velocity</groupId>
|
|
|
- <artifactId>velocity-engine-core</artifactId>
|
|
|
- <version>2.0</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>com.qmth.teachcloud.exchange.common</groupId>
|
|
|
- <artifactId>teachcloud-exchange-common</artifactId>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.jetbrains</groupId>
|
|
|
- <artifactId>annotations</artifactId>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.springframework</groupId>
|
|
|
- <artifactId>spring-test</artifactId>
|
|
|
- <version>5.2.12.RELEASE</version>
|
|
|
- </dependency>
|
|
|
- </dependencies>
|
|
|
-
|
|
|
-</project>
|