Changed Version-ID #8
2
pom.xml
2
pom.xml
@ -10,7 +10,7 @@
|
||||
</parent>
|
||||
<groupId>com.smhi</groupId>
|
||||
<artifactId>weather</artifactId>
|
||||
<version>0.0.3-SNAPSHOT</version>
|
||||
<version>0.0.4-SNAPSHOT</version>
|
||||
<packaging>war</packaging>
|
||||
<name>weather</name>
|
||||
<description>Collecting current weather data in Stockholm</description>
|
||||
|
@ -78,16 +78,6 @@ public class OpenVenueService {
|
||||
|
||||
return ovr;
|
||||
|
||||
// System.out.println("Responce body: " + response.body());
|
||||
|
||||
// ObjectMapper objectMapper = new ObjectMapper();
|
||||
// objectMapper.configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES, false);
|
||||
|
||||
// Root root = objectMapper.readValue(response.body(), com.smhi.weather.voVenue.Root.class);
|
||||
|
||||
//
|
||||
// logInfo("" + response.headers());
|
||||
// return buildResult(response.body());
|
||||
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user