Skip to content

Commit

Permalink
Uses Open-AIMS log4j library, which protect against CVE-2021-4104.
Browse files Browse the repository at this point in the history
  • Loading branch information
gaellafond committed Jan 11, 2022
1 parent 6068310 commit b52e587
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
- name: Execute tests with Maven.
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: mvn -B --settings settings.xml clean test
run: mvn -B --settings maven-settings.xml clean test
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
- name: Publish to GitHub Packages.
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: mvn -B -e --settings settings.xml deploy
run: mvn -B -e --settings maven-settings.xml deploy
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>au.gov.aims</groupId>
<artifactId>netcdf-generator</artifactId>
<version>0.2</version>
<version>0.3</version>
<packaging>jar</packaging>
<description>This project was created to produce very small NetCDF files,
to be used in unit tests of projects like NcAnimate,
Expand Down Expand Up @@ -50,9 +50,9 @@
</dependency>

<dependency>
<groupId>log4j</groupId>
<groupId>au.gov.aims</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
<version>1.2.17-aims</version>
</dependency>

<!-- Used for JUnit tests - Not included in the war -->
Expand All @@ -66,7 +66,7 @@

<distributionManagement>
<repository>
<id>github</id>
<id>github_aimsks</id>
<name>GitHub AIMS-KS Apache Maven Packages</name>
<url>https://maven.pkg.github.com/open-aims/netcdf-generator</url>
</repository>
Expand Down
19 changes: 0 additions & 19 deletions settings.xml

This file was deleted.

0 comments on commit b52e587

Please sign in to comment.