bridgeService-data
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.adobe.campaign.tests.bridge.testdata</groupId>
<artifactId>bridgeService-data</artifactId>
<version>3.11.3</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2022 Adobe
All Rights Reserved.
NOTICE: Adobe permits you to use, modify, and distribute this file in
accordance with the terms of the Adobe license agreement accompanying
it.
-->
<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>
<groupId>com.adobe.campaign.tests.bridge.testdata</groupId>
<artifactId>bridgeService-data</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
<description>Test Library for the Bridge Service</description>
<properties>
<sonar.skip>true</sonar.skip>
</properties>
<dependencies>
<dependency>
<!-- Annotation processor: embeds Javadoc comments into the compiled JAR so that
MCPToolDiscovery can read them at runtime via therapi-runtime-javadoc. -->
<groupId>com.github.therapi</groupId>
<artifactId>therapi-runtime-javadoc-scribe</artifactId>
<version>0.15.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.25.4</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.25.4</version>
</dependency>
<dependency>
<groupId>com.sun.mail</groupId>
<artifactId>javax.mail</artifactId>
<version>1.6.2</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.14.0</version>
</dependency>
</dependencies>
<parent>
<groupId>com.adobe.campaign.tests.bridge</groupId>
<artifactId>parent</artifactId>
<version>3.11.3</version>
</parent>
</project>