summaryrefslogtreecommitdiffstats
path: root/sdnr/wt/odlux/package.json
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-02-24 16:24:34 -0500
committerDan Timoney <dtimoney@att.com>2020-02-24 16:24:34 -0500
commit7852314d98e8d049ce338816141ff80ee4f55751 (patch)
tree4aac814e084b03f99cd18cc0533d95c18da70383 /sdnr/wt/odlux/package.json
parentfefd8620a4da1136eab869597af5ce475398198c (diff)
Fix dblib dependency scope
Scope of dependency on dblib must be provided to avoid conflicting definition of embedded tomcat dependency in derived feature.xml Change-Id: Ib2da967427c80701525a8ba4c3432a9f9844a5f9 Issue-ID: CCSDK-2117 Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'sdnr/wt/odlux/package.json')
-rw-r--r--sdnr/wt/odlux/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdnr/wt/odlux/package.json b/sdnr/wt/odlux/package.json
index b9764f090..12d18c14d 100644
--- a/sdnr/wt/odlux/package.json
+++ b/sdnr/wt/odlux/package.json
@@ -82,4 +82,4 @@
"webpack-cli": "3.2.1",
"webpack-dev-server": "3.1.14"
}
-} \ No newline at end of file
+}