Skip to content

Commit

Permalink
Log4j update (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
berezovskyi authored Oct 10, 2024
1 parent 8e26b6a commit 0809c2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 23 deletions.
1 change: 0 additions & 1 deletion .github/workflows/scrape-sparql-endpoints.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Scrape latest data

on:
push:
workflow_dispatch:
schedule:
- cron: '29 5,19 * * *'
Expand Down
25 changes: 3 additions & 22 deletions backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,19 +106,6 @@
</plugins>
</build>
<dependencies>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
<!-- <type>jar</type> <scope>runtime</scope> <exclusions> <exclusion>
<groupId>javax.mail</groupId> <artifactId>mail</artifactId> </exclusion>
<exclusion> <groupId>javax.jms</groupId> <artifactId>jms</artifactId> </exclusion>
<exclusion> <groupId>com.sun.jdmk</groupId> <artifactId>jmxtools</artifactId>
</exclusion> <exclusion> <groupId>com.sun.jmx</groupId> <artifactId>jmxri</artifactId>
</exclusion> </exclusions> -->
</dependency>


<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
Expand All @@ -130,15 +117,9 @@
<version>1.2</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.7.5</version>
<exclusions>
<exclusion>
<artifactId>log4j</artifactId>
<groupId>log4j</groupId>
</exclusion>
</exclusions>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-reload4j</artifactId>
<version>1.7.36</version>
</dependency>
<dependency>
<groupId>org.apache.avro</groupId>
Expand Down

0 comments on commit 0809c2c

Please sign in to comment.