diff options
Diffstat (limited to 'sdnr/wt/apigateway')
-rw-r--r-- | sdnr/wt/apigateway/feature/pom.xml | 2 | ||||
-rwxr-xr-x | sdnr/wt/apigateway/installer/pom.xml | 1 | ||||
-rw-r--r-- | sdnr/wt/apigateway/provider/pom.xml | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/sdnr/wt/apigateway/feature/pom.xml b/sdnr/wt/apigateway/feature/pom.xml index 84e0e5404..18caada38 100644 --- a/sdnr/wt/apigateway/feature/pom.xml +++ b/sdnr/wt/apigateway/feature/pom.xml @@ -52,12 +52,10 @@ </dependencies> </dependencyManagement> <dependencies> - <dependency> <groupId>${project.groupId}</groupId> <artifactId>sdnr-wt-apigateway-provider</artifactId> <version>${project.version}</version> </dependency> - </dependencies> </project> diff --git a/sdnr/wt/apigateway/installer/pom.xml b/sdnr/wt/apigateway/installer/pom.xml index d32baa17c..c6a5234bd 100755 --- a/sdnr/wt/apigateway/installer/pom.xml +++ b/sdnr/wt/apigateway/installer/pom.xml @@ -62,7 +62,6 @@ <artifactId>${application.name}-provider</artifactId> <version>${project.version}</version> </dependency> - </dependencies> <build> diff --git a/sdnr/wt/apigateway/provider/pom.xml b/sdnr/wt/apigateway/provider/pom.xml index d043fdc9a..0ac7bafa7 100644 --- a/sdnr/wt/apigateway/provider/pom.xml +++ b/sdnr/wt/apigateway/provider/pom.xml @@ -67,7 +67,6 @@ <artifactId>mockito-core</artifactId> <scope>test</scope> </dependency> - </dependencies> <build> |