ofs | hex dump | ascii |
---|
0000 | 89 50 4e 47 0d 0a 1a 0a 00 00 00 0d 49 48 44 52 00 00 09 5e 00 00 04 98 08 06 00 00 00 e2 61 44 | .PNG........IHDR...^..........aD |
0020 | 51 00 00 0c 49 69 43 43 50 49 43 43 20 50 72 6f 66 69 6c 65 00 00 48 89 95 57 07 54 53 c9 1a 9e | Q...IiCCPICC.Profile..H..W.TS... |
0040 | 5b 52 49 68 81 08 48 09 bd 89 52 a4 4b 09 a1 45 10 90 2a d8 08 49 20 a1 c4 98 10 44 ec ca a2 82 | [RIh..H...R.K..E..*..I.....D.... |
0060 | 6b 17 11 b0 a1 ab 22 8a ae 05 10 3b f6 b2 28 76 d7 f2 50 16 95 95 75 b1 60 43 e5 4d 0a e8 ea 79 | k....."....;..(v..P...u.`C.M...y |
0080 | ef 9d f7 9f 33 77 be fb cf 3f df 5f ee dc 7b 67 00 d0 a9 e6 49 a5 b9 a8 2e 00 79 92 7c 59 7c 44 | ....3w...?._..{g....I.....y.|Y|D |
00a0 | 08 6b 5c 6a 1a 8b d4 01 70 c0 04 5a c0 08 d8 f2 f8 72 29 3b 2e 2e 1a 40 19 e8 ff 29 6f 6f 01 44 | .k\j....p..Z.....r);...@...)oo.D |
00c0 | d9 5f 77 51 72 fd 38 fe 5f 45 4f 20 94 f3 01 40 e2 20 ce 10 c8 f9 79 10 1f 00 00 2f e6 4b 65 f9 | ._wQr.8._EO....@......y..../.Ke. |
00e0 | 00 10 7d a0 de 7a 5a be 54 89 27 40 6c 20 83 01 42 2c 55 e2 2c 35 2e 56 e2 0c 35 ae 50 d9 24 c6 | ..}..zZ.T.'@l...B,U.,5.V..5.P.$. |
0100 | 73 20 de 05 00 99 c6 e3 c9 b2 00 d0 6e 82 7a 56 01 3f 0b f2 68 df 81 d8 55 22 10 4b 00 d0 21 43 | s...........n.zV.?..h...U".K..!C |
0120 | 1c c8 17 f1 04 10 47 42 3c 2c 2f 6f 8a 12 43 3b e0 90 f1 0d 4f d6 3f 38 33 06 39 79 bc ac 41 ac | ......GB<,/o..C;....O.?83.9y..A. |
0140 | ce 45 25 e4 50 b1 5c 9a cb 9b fe 7f 96 e3 7f 4b 5e ae 62 c0 87 1d 6c 34 91 2c 32 5e 99 33 ac db | .E%.P.\........K^.b...l4.,2^.3.. |
0160 | 9d 9c 29 5<!--
~ Copyright © 2016-2018 European Support Limited
~
~ 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.
-->
<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>
<name>openecomp-nosqldb-core</name>
<artifactId>openecomp-nosqldb-core</artifactId>
<groupId>org.openecomp.sdc.core</groupId>
<parent>
<artifactId>openecomp-sdc-lib</artifactId>
<groupId>org.openecomp.sdc</groupId>
<version>1.5.2-SNAPSHOT</version>
<relativePath>../../..</relativePath>
</parent>
<dependencies>
<dependency>
<groupId>org.onap.sdc.common</groupId>
<artifactId>onap-tosca-datatype</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openecomp.sdc.core</groupId>
<artifactId>openecomp-nosqldb-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.openecomp.sdc.core</groupId>
<artifactId>openecomp-session-lib</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</project>
|