Commit fab94112 by 刘旭

test

1 parent eae9c7b4
Showing with 8 additions and 6 deletions
<?xml version="1.0"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>test.dituhui.com</groupId>
......@@ -26,20 +27,21 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>test.dituhui.com</groupId>
<artifactId>var-c</artifactId>
<version>0.0.1${saas.version}</version>
</dependency>
<dependency>
<groupId>com.dituhui.saas</groupId>
<artifactId>framework</artifactId>
<version>0.0.1${saas.version}</version>
</dependency>
<dependency>
<groupId>com.dituhui.saas</groupId>
<artifactId>service-api</artifactId>
<version>0.0.1${saas.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!