blob: ff5264d3c4f6289b114396fc3659fa4008d246e9 (
plain)
ofs | hex dump | ascii |
---|
0000 | 89 50 4e 47 0d 0a 1a 0a 00 00 00 0d 49 48 44 52 00 00 05 02 00 00 02 0b 08 06 00 00 00 b3 71 e1 | .PNG........IHDR..............q. |
0020 | 87 00 00 0a ba 69 43 43 50 49 43 43 20 50 72 6f 66 69 6c 65 00 00 48 89 95 96 07 54 93 59 16 c7 | .....iCCPICC.Profile..H....T.Y.. |
0040 | df f7 a5 37 5a 20 14 29 a1 37 e9 d2 a5 84 d0 42 97 0e 36 42 12 48 28 21 26 04 05 bb 22 8e e0 58 | ...7Z..).7.....B..6B.H(!&..."..X |
0060 | 50 11 01 45 51 41 44 c1 b1 00 32 16 c4 82 85 41 c0 02 d6 01 11 05 75 1c 2c 60 41 65 3f 60 09 33 | P..EQAD...2....A......u.,`Ae?`.3 |
0080 | bb 67 77 cf de 73 6e de ef dc dc 77 df bd ef 7c ef 9c 3f 00 14 c0 16 89 d2 60 05 00 d2 85 99 e2 | .gw..sn....w...|..?......`...... |
00a0 | 70 3f 2f 7a 6c 5c 3c 1d f7 1c c0 00 03 08 c0 05 58 b1 39 12 11 23 2c 2c 08 20 36 bd fe dd 46 ef | p?/zl\<.........X.9..#,,..6...F. |
00c0 | 03 68 62 bd 63 31 51 eb df ff ff af a6 c8 e5 49 38 00 40 61 08 27 72 25 9c 74 84 4f 23 fe 82 23 | .hb.c1Q........I8.@a.'r%.t.O#..# |
00e0 | 12 67 02 80 2a 43 e2 fa 4b 33 45 13 dc 8c b0 b2 18 69 10 e1 bb 13 9c 3c c5 83 13 9c 38 c5 df 26 | .g..*C..K3E......i.....<....8..& |
0100 | 73 22 c3 99 00 a0 91 a9 f0 64 36 5b 9c 0c 00 59 13 89 d3 b3 38 c9 48 1d f2 5c 84 ad 85 5c 81 10 | s".......d6[...Y....8.H..\...\.. |
0120 | e1 89 7e dd 39 7c 36 17 e1 63 08 cf 4e 4f cf 98 e0 1e 84 4d 12 ff 52 27 f9 6f 35 13 65 35 d9 ec | ..~.9|6..c..NO.....M..R'.o5.e5.. |
0140 | 64 19 4f cd 32 69 78 6f 81 44 94 c6 ce fe 3f af e3 7f 5b 7a 9a 74 fa 0c 23 c4 c9 7c b1 7f 38 b2 | d.O.2ixo.D....?...[z.t..#<?xml version="1.0" encoding="UTF-8"?>
<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>
<groupId>org.onap.so</groupId>
<artifactId>so</artifactId>
<version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>bpmn</artifactId>
<name>BPMN Subsystem</name>
<description>BPMN Subsystem for MSO</description>
<packaging>pom</packaging>
<properties>
<camunda.version>7.9.0</camunda.version>
<camunda.bpm.assert.version>1.2</camunda.bpm.assert.version>
<camunda.bpm.webapp.artifact>camunda-webapp-jboss-standalone</camunda.bpm.webapp.artifact>
<h2.version>1.4.196</h2.version>
<groovy.version>2.4.8</groovy.version>
<saxon.version>9.5.1-8</saxon.version>
<xmlunit.version>2.4.0</xmlunit.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
<modules>
<module>MSOCoreBPMN</module>
<module>MSOCommonBPMN</module>
<module>so-bpmn-infrastructure-common</module>
<module>so-bpmn-tasks</module>
<module>so-bpmn-building-blocks</module>
<module>so-bpmn-infrastructure-flows</module>
<module>mso-infrastructure-bpmn</module>
</modules>
<!-- Define artifact versions for child modules -->
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>${groovy.version}</version>
</dependency>
<dependency>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
<version>${saxon.version}</version>
</dependency>
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-core</artifactId>
<version>${xmlunit.version}</version>
</dependency>
<dependency>
<groupId>javax.activation</groupId>
<artifactId>activation</artifactId>
<version>1.1.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>1.7.0</version>
<scope>test</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
<optional>true</optional>
</dependency>
</dependencies>
</project>
|