Skip to content

Commit 6d7cd51

Browse files
authored
fix(pom): remove proxy profile which was only useful for cassandra (#73)
Signed-off-by: sBouzols <[email protected]>
1 parent af285ff commit 6d7cd51

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

pom.xml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -89,34 +89,4 @@
8989
</dependency>
9090
</dependencies>
9191
</dependencyManagement>
92-
93-
<profiles>
94-
<profile>
95-
<id>proxy</id>
96-
<activation>
97-
<property>
98-
<name>proxyHost</name>
99-
</property>
100-
</activation>
101-
<build>
102-
<pluginManagement>
103-
<plugins>
104-
<plugin>
105-
<groupId>org.apache.maven.plugins</groupId>
106-
<artifactId>maven-surefire-plugin</artifactId>
107-
<configuration>
108-
<systemPropertyVariables>
109-
<proxyHost>${proxyHost}</proxyHost>
110-
<proxyPort>${proxyPort}</proxyPort>
111-
<proxyUser>${proxyUser}</proxyUser>
112-
<proxyPassword>${proxyPassword}</proxyPassword>
113-
<jdk.http.auth.tunneling.disabledSchemes></jdk.http.auth.tunneling.disabledSchemes>
114-
</systemPropertyVariables>
115-
</configuration>
116-
</plugin>
117-
</plugins>
118-
</pluginManagement>
119-
</build>
120-
</profile>
121-
</profiles>
12292
</project>

0 commit comments

Comments
 (0)