Commit 7fdccf7f by 刘旭

test

1 parent 6634995b
Showing with 8 additions and 3 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>
......@@ -33,7 +34,11 @@
<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!