Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove lingering settings and profiles remnants of the dependency check #623

Open
wants to merge 1 commit into
base: 7.0.x
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,6 @@
<maven-resources-plugin.version>3.1.0</maven-resources-plugin.version>
<checkstyle.config.location>checkstyle/checkstyle.xml</checkstyle.config.location>
<checkstyle.suppressions.location>checkstyle/common-suppressions.xml</checkstyle.suppressions.location>
<dependency.check.version>7.4.4</dependency.check.version>
<dependency.check.suppressions.location>dependency-check/suppressions.xml</dependency.check.suppressions.location>
<dependency.check.skip>false</dependency.check.skip>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.resourceEncoding>UTF-8</project.build.resourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand All @@ -138,7 +135,6 @@
<!-- Pull the latest base image or use a local image. -->
<docker.pull-image>false</docker.pull-image>
<docker.imagePullPolicy>IfNotPresent</docker.imagePullPolicy>
<dependency.check.skip>true</dependency.check.skip>
<io.confluent.common.version>7.0.15-0</io.confluent.common.version>
<!-- This is a version of the pom file that we install and deploy because
the kafka and ce-kafka version ranges are resolved.
Expand Down Expand Up @@ -1095,7 +1091,6 @@
</property>
</activation>
<properties>
<dependency.check.skip>false</dependency.check.skip>
<!-- During CI builds we do not want to execute the resolver plugin
or the additional install and deploy steps as they are only
needed when building locally.
Expand Down Expand Up @@ -1195,18 +1190,6 @@
</plugins>
</reporting>
</profile>
<profile>
<!-- org.owasp:dependency-check-maven >= 4.0.0 will not work with JDK7 so it must be activated in a JDK>=1.8 profile.
Developers can always pass -Ddependency.check.skip=true on the CLI to speed things up during development -->
<id>dependency-check</id>
<activation>
<jdk>[1.8,)</jdk>
</activation>
<build>
<plugins>
</plugins>
</build>
</profile>
<profile>
<id>java-9+</id>
<activation>
Expand Down