创建对应模块
This commit is contained in:
23
pom.xml
23
pom.xml
@@ -205,6 +205,27 @@
|
||||
<version>${smartFishingPort.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- 基础模块-->
|
||||
<dependency>
|
||||
<groupId>com.ltgk.smartFishingPort</groupId>
|
||||
<artifactId>smartFishingPort-base</artifactId>
|
||||
<version>${smartFishingPort.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- solr服务模块-->
|
||||
<dependency>
|
||||
<groupId>com.ltgk.smartFishingPort</groupId>
|
||||
<artifactId>smartFishingPort-solr</artifactId>
|
||||
<version>${smartFishingPort.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- 科创模块-->
|
||||
<dependency>
|
||||
<groupId>com.ltgk.smartFishingPort</groupId>
|
||||
<artifactId>smartFishingPort-kechuang</artifactId>
|
||||
<version>${smartFishingPort.version}</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
@@ -214,6 +235,8 @@
|
||||
<module>smartFishingPort-system</module>
|
||||
<module>smartFishingPort-common</module>
|
||||
<module>smartFishingPort-base</module>
|
||||
<module>smartFishingPort-kechuang</module>
|
||||
<module>smartFishingPort-solr</module>
|
||||
</modules>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user