|
@@ -18,5 +18,41 @@
|
|
|
<maven.compiler.target>8</maven.compiler.target>
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
</properties>
|
|
|
-
|
|
|
+ <dependencies>
|
|
|
+ <dependency>
|
|
|
+ <groupId>edu.travel</groupId>
|
|
|
+ <artifactId>edu-travel-remote-tenant</artifactId>
|
|
|
+ <version>1.0-SNAPSHOT</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>edu.travel</groupId>
|
|
|
+ <artifactId>edu-travel-common-util</artifactId>
|
|
|
+ <version>1.0-SNAPSHOT</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>edu.travel</groupId>
|
|
|
+ <artifactId>edu-travel-model-base</artifactId>
|
|
|
+ <version>1.0-SNAPSHOT</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>edu.travel</groupId>
|
|
|
+ <artifactId>edu-travel-common-datasource</artifactId>
|
|
|
+ <version>1.0-SNAPSHOT</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>edu.travel</groupId>
|
|
|
+ <artifactId>edu-travel-common-constant</artifactId>
|
|
|
+ <version>1.0-SNAPSHOT</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>edu.travel</groupId>
|
|
|
+ <artifactId>edu-travel-common-core</artifactId>
|
|
|
+ <version>1.0-SNAPSHOT</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>edu.travel</groupId>
|
|
|
+ <artifactId>edu-travel-common-cache</artifactId>
|
|
|
+ <version>1.0-SNAPSHOT</version>
|
|
|
+ </dependency>
|
|
|
+ </dependencies>
|
|
|
</project>
|