Commit 7fdccf7f by 刘旭

test

1 parent 6634995b
Showing with 8 additions and 3 deletions
<?xml version="1.0"?> <?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" <project
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"
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
...@@ -33,7 +34,11 @@ ...@@ -33,7 +34,11 @@
<artifactId>framework</artifactId> <artifactId>framework</artifactId>
<version>0.0.1${saas.version}</version> <version>0.0.1${saas.version}</version>
</dependency> </dependency>
<dependency>
<groupId>com.dituhui.saas</groupId>
<artifactId>service-api</artifactId>
<version>0.0.1${saas.version}</version>
</dependency>
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
<artifactId>junit</artifactId> <artifactId>junit</artifactId>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!