diff options
Diffstat (limited to 'sdnr')
-rw-r--r-- | sdnr/wt/featureaggregator/feature/pom.xml | 2 | ||||
-rw-r--r-- | sdnr/wt/pom.xml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/sdnr/wt/featureaggregator/feature/pom.xml b/sdnr/wt/featureaggregator/feature/pom.xml index cbbb2cf00..399274b08 100644 --- a/sdnr/wt/featureaggregator/feature/pom.xml +++ b/sdnr/wt/featureaggregator/feature/pom.xml @@ -83,6 +83,7 @@ <type>xml</type> <classifier>features</classifier> </dependency> +<!-- <dependency> <groupId>${project.groupId}</groupId> <artifactId>sdnr-wt-odlux-core-feature</artifactId> @@ -97,5 +98,6 @@ <type>xml</type> <classifier>features</classifier> </dependency> +--> </dependencies> </project> diff --git a/sdnr/wt/pom.xml b/sdnr/wt/pom.xml index 74a837da4..f442284ba 100644 --- a/sdnr/wt/pom.xml +++ b/sdnr/wt/pom.xml @@ -41,7 +41,9 @@ <module>websocketmanager2</module> <module>helpserver</module> <module>devicemanager</module> +<!-- <module>odlux</module> +--> <module>featureaggregator</module> </modules> </project> |