Skip to content

Commit

Permalink
Remove unused dependencies und update version
Browse files Browse the repository at this point in the history
  • Loading branch information
kiron-mx committed Jan 12, 2024
1 parent b022e54 commit 4161c53
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ jobs:
env:
NVD_API_KEY: ${{ secrets.NVD_TOKEN }}
# this will run the OWASP dependency checker only
run: mvn -B verify -DskipTests -Dgpg.skip
run: mvn -B verify -DskipTests
17 changes: 3 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.siemens.pki</groupId>
<artifactId>LightweightCmpRa</artifactId>
<version>4.0.0</version>
<version>4.0.1</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<parent.basedir>.</parent.basedir>
Expand Down Expand Up @@ -107,11 +107,11 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>9.0.4</version>
<version>9.0.8</version>
<executions>
<execution>
<goals>
<goal>aggregate</goal>
<goal>check</goal>
</goals>
</execution>
</executions>
Expand Down Expand Up @@ -140,17 +140,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.13</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>false</autoReleaseAfterClose>
</configuration>
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<version>${source.version}</version>
Expand Down
1 change: 0 additions & 1 deletion scripts/license-check.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,5 +157,4 @@ def load_allowed_licenses(path):
logging.info('SUCCESS: No license issues found')
sys.exit(0)


sys.exit(1)

0 comments on commit 4161c53

Please sign in to comment.