summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-07-15Update git submodulesTimoney, Dan (dt5972)1-0/+0
2019-07-15Update git submodulesDan Timoney1-0/+0
2019-07-15Update git submodulesPawel Wieczorek1-0/+0
2019-07-15Update git submodulesPawel Wieczorek1-0/+0
2019-07-15Merge "Issue-ID: DOC-503 remove duplicate and unrelevant link"Eric Debeau1-1/+0
2019-07-15Update git submoduleswaqas.ikram1-0/+0
2019-07-15Update git submodulessu622b1-0/+0
2019-07-15Update git submodulesxuegao1-0/+0
2019-07-15Update git submodulesemartin1-0/+0
2019-07-15Update git submodulesPrudence Au1-0/+0
2019-07-15Update git submodulesPawel Wieczorek1-0/+0
2019-07-15Update git submodulesPawel Wieczorek1-0/+0
2019-07-15Update git submodulesXiaohua Zhang1-0/+0
2019-07-15Update git submodulesWojciech Sliwka1-0/+0
2019-07-15Update git submodulesMichal Ptacek1-0/+0
2019-07-15Update git submodulesmaopeng zhang1-0/+0
2019-07-15Update git submodulesMichal Ptacek1-0/+0
2019-07-15Update git submodulesMichal Ptacek1-0/+0
2019-07-15Update git submodulesMichal Ptacek1-0/+0
2019-07-15Update git submodulesm.kowalski31-0/+0
2019-07-15Update git submodulesm.kowalski31-0/+0
2019-07-15Update git submodulesOlivia.Zhan1-0/+0
2019-07-15Update git submodulesfujinhua1-0/+0
2019-07-15Update git submodulesKiran Kamineni1-0/+0
2019-07-14Update git submodulesEinat Vinouze1-0/+0
2019-07-14Update git submodulesTomasz Golabek1-0/+0
2019-07-14Update git submodulesTomasz Golabek1-0/+0
2019-07-14Update git submodulesTomasz Golabek1-0/+0
2019-07-14Update git submodulesTomasz Golabek1-0/+0
2019-07-14Update git submodulesBorislav Glozman1-0/+0
2019-07-14Update git submodulesTomasz Golabek1-0/+0
2019-07-14Update git submodulesTomasz Golabek1-0/+0
2019-07-14Update git submodulesBorislav Glozman1-0/+0
2019-07-14Update git submodulesBorislav Glozman1-0/+0
2019-07-14Update git submodulesTomasz Golabek1-0/+0
2019-07-14Update git submodulesBorislav Glozman1-0/+0
2019-07-14Update git submodulesBorislav Glozman1-0/+0
2019-07-14Update git submodulesBorislav Glozman1-0/+0
2019-07-14Update git submodulesBorislav Glozman1-0/+0
2019-07-13Update git submodulesSandeep Shah1-0/+0
2019-07-13Update git submodulesSandeep Shah1-0/+0
2019-07-13Update git submodulesSandeep Shah1-0/+0
2019-07-13Issue-ID: DOC-503Rene_Robert1-1/+0
2019-07-13Merge "Issue-ID: DOC-503 adding an "e" in azure"Eric Debeau1-1/+1
2019-07-13Update git submodulesOlivia.Zhan1-0/+0
2019-07-13Update git submodulesInstrumental1-0/+0
2019-07-12Update git submodulesSai Gandham1-0/+0
2019-07-12Update git submodulesJonathan Gathman1-0/+0
2019-07-12Update git submodulesJonathan Gathman1-0/+0
2019-07-12Update git submodulesJonathan Gathman1-0/+0
>springboot.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-jpa</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-spring-boot-starter-jaxws</artifactId> <version>${cxf.version}</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-spring-boot-starter-jaxrs</artifactId> <version>${cxf.version}</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-rs-service-description-swagger</artifactId> <version>${cxf.version}</version> </dependency> <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <version>1.10.19</version> <scope>test</scope> </dependency> <dependency> <groupId>com.fasterxml.uuid</groupId> <artifactId>java-uuid-generator</artifactId> </dependency> <dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy-all</artifactId> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>3.4</version> </dependency> <dependency> <groupId>org.onap.so</groupId> <artifactId>MSOCoreBPMN</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.onap.so</groupId> <artifactId>MSOCommonBPMN</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.onap.so</groupId> <artifactId>MSOCoreBPMN</artifactId> <version>${project.version}</version> <classifier>tests</classifier> <scope>test</scope> </dependency> <dependency> <groupId>javax.ws.rs</groupId> <artifactId>javax.ws.rs-api</artifactId> <version>${jax.ws.rs}</version> </dependency> <dependency> <groupId>org.camunda.spin</groupId> <artifactId>camunda-spin-core</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.camunda.spin</groupId> <artifactId>camunda-spin-dataformat-all</artifactId> <scope>test</scope> </dependency> <dependency> <artifactId>camunda-spin-dataformat-all</artifactId> <groupId>org.camunda.spin</groupId> <scope>test</scope> </dependency> <dependency> <groupId>org.camunda.bpm</groupId> <artifactId>camunda-engine-plugin-spin</artifactId> </dependency> <dependency> <groupId>org.camunda.bpm</groupId> <artifactId>camunda-engine-plugin-connect</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>javax.annotation</groupId> <artifactId>javax.annotation-api</artifactId> <version>1.3</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-configuration-processor</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-core</artifactId> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> <dependency> <groupId>org.mariadb.jdbc</groupId> <artifactId>mariadb-java-client</artifactId> </dependency> <dependency> <groupId>ch.vorburger.mariaDB4j</groupId> <artifactId>mariaDB4j</artifactId> <version>2.2.3</version> <scope>test</scope> </dependency> </dependencies> </project>