diff options
Diffstat (limited to 'authz-service/pom.xml')
-rw-r--r-- | authz-service/pom.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/authz-service/pom.xml b/authz-service/pom.xml index 64cc5b02..fab37c4f 100644 --- a/authz-service/pom.xml +++ b/authz-service/pom.xml @@ -185,10 +185,6 @@ </goals>
<configuration>
<skipDockerBuild>${skip.docker.build}</skipDockerBuild>
- <buildArgs>
- <http_proxy>${env.HTTP_PROXY}</http_proxy>
- <https_proxy>${env.HTTPS_PROXY}</https_proxy>
- </buildArgs>
</configuration>
</execution>
@@ -264,11 +260,6 @@ </executions>
</plugin>
-
-
-
-
-
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>2.7</version>
|