diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-03-18 14:35:01 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-03-18 14:35:01 -0400 |
commit | 68b0ec5c284683fd0281f3a915596805cd76f158 (patch) | |
tree | a0233f54e8f2f636c539c60cfe2ffbf6284f86b8 /sdnr/wt | |
parent | 55e06ff7daa3c74afe8011ad877c189250fc3ae2 (diff) |
Temporarily remove odllux
Temporarily remove odllux from compile in order to create release build.
That component depends on a snapshot version of a maven plugin, which
causes release build to break.
Change-Id: Ic8e528de25510d35f3604c15aeaad9ddd505df92
Issue-ID: CCSDK-1156
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'sdnr/wt')
-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> |