annotated
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>jakarta.tck</groupId>
<artifactId>annotated</artifactId>
<version>11.0.3</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>jakarta.tck</groupId>
<artifactId>annotated</artifactId>
<version>11.0.3</version>
<packaging>rar</packaging>
<name>whitebox-anno_no_md</name>
<description>Jakarta Connector Whitebox RARs used by the platform TCK</description>
<url>https://projects.eclipse.org/projects/ee4j/project/tcks/apis/connector-whitebox/annotated</url>
<licenses>
<license>
<name>Eclipse Public License v. 2.0</name>
<url>https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt</url>
<distribution>repo</distribution>
</license>
<license>
<name>GNU General Public License, version 2 with the GNU Classpath Exception</name>
<url>https://www.gnu.org/software/classpath/license.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>eclipseee4j</id>
<name>Eclipse EE4J Developers</name>
<email>ee4j-pmc@eclipse.org</email>
<organization>Eclipse Foundation</organization>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/jakartaee/platform-tck/tcks/apis/connector-whitebox/annotated</connection>
<developerConnection>scm:git:https://github.com/jakartaee/platform-tck/tcks/apis/connector-whitebox/annotated</developerConnection>
<tag>main</tag>
<url>https://github.com/jakartaee/platform-tck/tcks/apis/connector-whitebox/annotated</url>
</scm>
<dependencies>
<dependency>
<groupId>jakarta.tck</groupId>
<artifactId>whitebox</artifactId>
<version>11.0.3</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>jakarta.resource</groupId>
<artifactId>jakarta.resource-api</artifactId>
<version>2.1.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>