aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmichai Hemli <amichai.hemli@intl.att.com>2020-03-17 16:34:31 +0200
committerIttay Stern <ittay.stern@att.com>2020-03-22 05:57:55 +0000
commit91cb0a1e9337af1dd20d210ae806162ff977265b (patch)
treec5aa309c5bbdfc7618239aca8bd8de1e12f50e66
parent0ed46b431710e216ebb69293e221221380b0183c (diff)
removing the proxy settings from pom of front end
Issue-ID: VID-647 Signed-off-by: Amichai Hemli <amichai.hemli@intl.att.com> Change-Id: Ie383526a8a14fa073ff664c78b83742768d206ab
-rw-r--r--vid-webpack-master/pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/vid-webpack-master/pom.xml b/vid-webpack-master/pom.xml
index 3f6f9462b..ec7555de1 100644
--- a/vid-webpack-master/pom.xml
+++ b/vid-webpack-master/pom.xml
@@ -201,11 +201,6 @@
<!-- Optional configuration which provides for running any npm command -->
<configuration>
<arguments>install --verbose cypress @bahmutov/add-typescript-to-cypress</arguments>
- <environmentVariables>
- <NO_PROXY>.att.com</NO_PROXY>
- <http_proxy>http://one.proxy.att.com:8080</http_proxy>
- <https_proxy>http://one.proxy.att.com:8080</https_proxy>
- </environmentVariables>
</configuration>
</execution>