Fix empty response error
This commit is contained in:
16
pom.xml
16
pom.xml
@@ -6,12 +6,26 @@
|
||||
|
||||
<groupId>ovh.alexisdelhaie</groupId>
|
||||
<artifactId>EndPoint</artifactId>
|
||||
<version>0.1.3</version>
|
||||
<version>0.1.5.3</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<properties>
|
||||
<maven.compiler.release>15</maven.compiler.release>
|
||||
</properties>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>3.8.1</version>
|
||||
<configuration>
|
||||
<release>15</release>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
<dependencies>
|
||||
<!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core -->
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user