diff --git a/pom.xml b/pom.xml index 1488940..26b9ad7 100644 --- a/pom.xml +++ b/pom.xml @@ -205,6 +205,27 @@ ${smartFishingPort.version} + + + com.ltgk.smartFishingPort + smartFishingPort-base + ${smartFishingPort.version} + + + + + com.ltgk.smartFishingPort + smartFishingPort-solr + ${smartFishingPort.version} + + + + + com.ltgk.smartFishingPort + smartFishingPort-kechuang + ${smartFishingPort.version} + + @@ -214,6 +235,8 @@ smartFishingPort-system smartFishingPort-common smartFishingPort-base + smartFishingPort-kechuang + smartFishingPort-solr pom diff --git a/smartFishingPort-admin/pom.xml b/smartFishingPort-admin/pom.xml index cf56719..540e4f7 100644 --- a/smartFishingPort-admin/pom.xml +++ b/smartFishingPort-admin/pom.xml @@ -55,6 +55,24 @@ smartFishingPort-framework + + + com.ltgk.smartFishingPort + smartFishingPort-base + + + + + com.ltgk.smartFishingPort + smartFishingPort-solr + + + + + com.ltgk.smartFishingPort + smartFishingPort-kechuang + + diff --git a/smartFishingPort-kechuang/pom.xml b/smartFishingPort-kechuang/pom.xml new file mode 100644 index 0000000..44aee4e --- /dev/null +++ b/smartFishingPort-kechuang/pom.xml @@ -0,0 +1,31 @@ + + + 4.0.0 + + smartFishingPort + com.ltgk.smartFishingPort + 3.9.1 + + + + smartFishingPort-kechuang + + + 科创模块 + + + + + + com.ltgk.smartFishingPort + smartFishingPort-common + + + com.ltgk.smartFishingPort + smartFishingPort-system + + + + \ No newline at end of file diff --git a/smartFishingPort-solr/pom.xml b/smartFishingPort-solr/pom.xml new file mode 100644 index 0000000..ca01af8 --- /dev/null +++ b/smartFishingPort-solr/pom.xml @@ -0,0 +1,27 @@ + + + 4.0.0 + + smartFishingPort + com.ltgk.smartFishingPort + 3.9.1 + + + + smartFishingPort-solr + + + solr服务模块 + + + + + + com.ltgk.smartFishingPort + smartFishingPort-common + + + + \ No newline at end of file