Commit f901955d authored by 谢希宇's avatar 谢希宇

init aidea products by 20200922

parent c413683a
...@@ -17,6 +17,11 @@ ...@@ -17,6 +17,11 @@
<version>3.8.1</version> <version>3.8.1</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency>
<groupId>com.cftech</groupId>
<artifactId>consult-module</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
</dependencies> </dependencies>
<build> <build>
<finalName>consult-module-web</finalName> <finalName>consult-module-web</finalName>
......
...@@ -11,5 +11,11 @@ ...@@ -11,5 +11,11 @@
<artifactId>consult-module</artifactId> <artifactId>consult-module</artifactId>
<dependencies>
<dependency>
<groupId>com.cftech</groupId>
<artifactId>activity-core-module</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project> </project>
\ No newline at end of file
...@@ -16,5 +16,12 @@ ...@@ -16,5 +16,12 @@
<module>consult-module-web</module> <module>consult-module-web</module>
</modules> </modules>
<dependencies>
<dependency>
<groupId>com.cftech</groupId>
<artifactId>accounts-module</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project> </project>
\ No newline at end of file
...@@ -232,6 +232,12 @@ ...@@ -232,6 +232,12 @@
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<type>war</type> <type>war</type>
</dependency> </dependency>
<dependency>
<groupId>com.cftech</groupId>
<artifactId>consult-module-web</artifactId>
<version>1.0-SNAPSHOT</version>
<type>war</type>
</dependency>
<!--<dependency> <!--<dependency>
<groupId>com.cftech</groupId> <groupId>com.cftech</groupId>
<artifactId>fours-job-module</artifactId> <artifactId>fours-job-module</artifactId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment