blob: f16a590cf09428f7e162a3365eadbb6aa8b7eddf (
plain)
ofs | hex dump | ascii |
---|
0000 | 89 50 4e 47 0d 0a 1a 0a 00 00 00 0d 49 48 44 52 00 00 07 80 00 00 04 1b 08 02 00 00 00 e6 89 21 | .PNG........IHDR...............! |
0020 | 8c 00 00 00 09 70 48 59 73 00 00 0e c4 00 00 0e c4 01 95 2b 0e 1b 00 00 20 00 49 44 41 54 78 5e | .....pHYs..........+......IDATx^ |
0040 | ec dd 77 7c 9b e5 b9 ff f1 eb d1 b0 64 59 f2 8a ed 78 64 12 db d9 cb 09 71 16 24 50 46 80 04 12 | ..w|........dY...xd.....q.$PF... |
0060 | 68 81 04 4a 29 ab 85 02 3d 05 4a e7 a1 9c d3 f6 b4 3f ca 2c 05 ca a6 ac b0 57 42 20 40 42 16 64 | h..J)...=.J......?.,.....WB.@B.d |
0080 | 3b 7b 79 64 7a 25 f1 b6 ac ad e7 f9 fd f1 d8 8a f2 c4 49 1c 62 65 f1 79 bf fa ea 4b ba ee 5b 92 | ;{ydz%............I.be.y...K..[. |
00a0 | a5 c8 09 fe ea f2 75 2b 81 40 40 00 00 00 00 00 00 00 00 e8 6c 26 63 01 00 00 00 00 00 00 00 80 | ......u+.@@.........l&c......... |
00c0 | ce 40 00 0d 00 00 00 00 00 00 00 88 09 02 68 00 00 00 00 00 00 00 40 4c 10 40 03 00 00 00 00 00 | .@............h.......@L.<?xml version="1.0" encoding="UTF-8"?>
<!--
~ ============LICENSE_START=======================================================
~ DCAEGEN2-SERVICES-SDK
~ ================================================================================
~ Copyright (C) 2019-2021 Nokia
~ ================================================================================
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
~ ============LICENSE_END=========================================================
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>dcaegen2-sdk-moher-api</artifactId>
<groupId>org.onap.dcaegen2.services.sdk</groupId>
<version>1.8.4-SNAPSHOT</version>
</parent>
<name>Monitoring and Healthcheck :: Health state</name>
<description>MoHeR standardization for providing application state</description>
<artifactId>dcaegen2-sdk-moher-healthstate</artifactId>
<dependencies>
<dependency>
<groupId>io.vavr</groupId>
<artifactId>vavr
</artifactId>
</dependency>
<dependency>
<groupId>org.immutables</groupId>
<artifactId>value</artifactId>
</dependency>
<dependency>
<groupId>org.immutables</groupId>
<artifactId>gson</artifactId>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
</dependency>
</dependencies>
</project>
|