Skip to content

Files

Latest commit

bcffcce · May 25, 2023

History

History
25 lines (17 loc) · 622 Bytes

integration-starter.md

File metadata and controls

25 lines (17 loc) · 622 Bytes

SIP Integration Starter

[TOC]

Description

Starter project used to add necessary predefined dependencies for development of integration adapters. If the Starter Parent is used than this dependency is included transitively and there is no need to define it in the pom.xml.

Includes

  • IKOR SIP Framework dependencies
  • Camel dependencies
  • Spring dependencies

Usage

Add sip-integration-starter dependency to project.

<dependency>
    <groupId>de.ikor.sip.foundation</groupId>
    <artifactId>sip-integration-starter</artifactId>
    <version>${sip.integration.starter}</version>
</dependency>