Skip to content

Commit

Permalink
Update scheduled-client
Browse files Browse the repository at this point in the history
  • Loading branch information
lmammucari committed Jul 9, 2024
1 parent 9526cdc commit d9c232d
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion workload-core/scheduled-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,18 @@
<groupId>org.springframework</groupId>
<artifactId>spring-aspects</artifactId>
</dependency>

<!-- Libreria per date -->
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.12.7</version>
</dependency>
<!-- Permette di leggere i caratteri speciali nelle entry dei zip -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.26.2</version>
</dependency>
<!-- Riavvia automaticamente lo springboot se vengono modificate le classi -->
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit d9c232d

Please sign in to comment.