Skip to content

Commit

Permalink
updated Para client
Browse files Browse the repository at this point in the history
  • Loading branch information
albogdano committed Apr 8, 2024
1 parent 2a08c3c commit c16ce93
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pom.xml
Expand Up @@ -58,17 +58,14 @@
<endorsed.dir>${project.build.directory}/endorsed</endorsed.dir>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<netbeans.hint.j2eeVersion>1.7</netbeans.hint.j2eeVersion>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
</properties>

<dependencies>
<!-- PARA CLIENT -->
<dependency>
<groupId>com.erudika</groupId>
<artifactId>para-client</artifactId>
<version>1.49.3</version>
<version>1.49.5</version>
</dependency>

<!-- VELOCITY -->
Expand Down

0 comments on commit c16ce93

Please sign in to comment.