diff --git a/tashow-dependencies/pom.xml b/tashow-dependencies/pom.xml index ad6c26c..eae90aa 100644 --- a/tashow-dependencies/pom.xml +++ b/tashow-dependencies/pom.xml @@ -125,22 +125,22 @@ com.tashow.cloud - tashow-module-system-api + tashow-system-api ${revision} com.tashow.cloud - tashow-module-system-biz + tashow-module-system ${revision} com.tashow.cloud - tashow-module-infra-api + tashow-infra-api ${revision} com.tashow.cloud - tashow-module-infra-biz + tashow-module-infra ${revision} diff --git a/tashow-feign/pom.xml b/tashow-feign/pom.xml new file mode 100644 index 0000000..feb8d49 --- /dev/null +++ b/tashow-feign/pom.xml @@ -0,0 +1,18 @@ + + 4.0.0 + + com.tashow.cloud + tashow-platform + ${revision} + + + tashow-feign + pom + + + tashow-infra-api + tashow-system-api + + + diff --git a/tashow-framework/tashow-data-permission/pom.xml b/tashow-framework/tashow-data-permission/pom.xml index 48ca4b3..84f3240 100644 --- a/tashow-framework/tashow-data-permission/pom.xml +++ b/tashow-framework/tashow-data-permission/pom.xml @@ -43,7 +43,7 @@ com.tashow.cloud - tashow-module-system-api + tashow-system-api ${revision}