New attempt for fixing NPM 93/96593/2
authorsebdet <sebastien.determe@intl.att.com>
Thu, 3 Oct 2019 15:57:17 +0000 (17:57 +0200)
committerSébastien Determe <sebastien.determe@intl.att.com>
Thu, 3 Oct 2019 15:57:54 +0000 (15:57 +0000)
Add registry settings for the build npm install so that we can use new
libraries

Issue-ID: CLAMP-519
Change-Id: Ia69346f60c66bf6344f475b3060491dffb806124
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
pom.xml
ui-react/package.json

diff --git a/pom.xml b/pom.xml
index d4e9e1b..c0f31e9 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                                </goals>
                                                <phase>compile</phase>
                                                <configuration>
-                                                       <arguments>install</arguments>
+                                                       <arguments>install --registry https://registry.npmjs.com/</arguments>
                                                </configuration>
                                        </execution>
                                        <execution>
index d58f943..f1b111f 100644 (file)
@@ -34,8 +34,7 @@
                "bootstrap-css-only": "4.3.1",
                "styled-components": "4.3.2",
                "react-router-dom": "5.0.1",
-               "react-select": "3.0.4",
-               "scheduler": "0.16.0"
+               "react-select": "3.0.4"
        },
        "devDependencies": {
                "jest": "24.8.0",
@@ -46,8 +45,7 @@
                "enzyme": "3.10.0",
                "enzyme-adapter-react-16": "1.14.0",
                "enzyme-to-json": "3.4.0",
-               "jest-fetch-mock": "2.1.2",
-               "scheduler": "0.16.0"
+               "jest-fetch-mock": "2.1.2"
        },
        "browserslist": [
                ">0.2%",