sparta-diameter-3gpp-s6a
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.sipgate</groupId>
<artifactId>sparta-diameter-3gpp-s6a</artifactId>
<version>0.1.13</version>
</dependency><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>com.sipgate</groupId>
<artifactId>sparta-diameter</artifactId>
<version>0.1.13</version>
</parent>
<artifactId>sparta-diameter-3gpp-s6a</artifactId>
<name>sparta-diameter-3gpp-s6a</name>
<description>TS 29.272 — S6a/S6d (MME/SGSN to HSS)</description>
<dependencies>
<dependency>
<groupId>com.sipgate</groupId>
<artifactId>sparta-diameter-3gpp-common</artifactId>
</dependency>
<dependency>
<groupId>com.sipgate</groupId>
<artifactId>sparta-diameter-3gpp-cxdx</artifactId>
</dependency>
<dependency>
<groupId>com.sipgate</groupId>
<artifactId>sparta-diameter-3gpp-gx</artifactId>
</dependency>
<dependency>
<groupId>com.sipgate</groupId>
<artifactId>sparta-diameter-3gpp-rx</artifactId>
</dependency>
<dependency>
<groupId>com.sipgate</groupId>
<artifactId>sparta-diameter-3gpp-s6t</artifactId>
</dependency>
<dependency>
<groupId>com.sipgate</groupId>
<artifactId>sparta-diameter-3gpp-slh</artifactId>
</dependency>
<dependency>
<groupId>com.sipgate</groupId>
<artifactId>sparta-diameter-ietf-doic</artifactId>
</dependency>
<dependency>
<groupId>com.sipgate</groupId>
<artifactId>sparta-diameter-ietf-drmp</artifactId>
</dependency>
<dependency>
<groupId>com.sipgate</groupId>
<artifactId>sparta-diameter-ietf-load</artifactId>
</dependency>
<dependency>
<groupId>com.sipgate</groupId>
<artifactId>sparta-diameter-ietf-mip6-integrated</artifactId>
</dependency>
<dependency>
<groupId>com.sipgate</groupId>
<artifactId>sparta-diameter-ietf-mip6-split</artifactId>
</dependency>
<dependency>
<groupId>com.sipgate</groupId>
<artifactId>sparta-diameter-spec</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.sipgate</groupId>
<artifactId>sparta-diameter-base</artifactId>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>tools.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>