eam
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.vmware.sdk</groupId>
<artifactId>eam</artifactId>
<version>9.0.0.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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>com.vmware.sdk</groupId>
<artifactId>eam</artifactId>
<version>9.0.0.0</version>
<name>eam</name>
<description>
The ESX Agent Manager (EAM) in VMware vSphere allows developers to extend the functionality of vSphere environments by
registering custom software applications as vCenter Server extensions. EAM acts as an intermediary between vCenter
Server and these solutions, managing the provisioning and monitoring of agent virtual machines and vSphere Installation
Bundle (VIB) modules
</description>
<url>https://vmware.com</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<organization>Broadcom Inc.</organization>
<id>vmware.sdk@broadcom.com</id>
<name>VCF Java SDK Team</name>
<email>vmware.sdk@broadcom.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/vmware/vcf-sdk-java.git</connection>
<developerConnection>scm:git:ssh://github.com/vmware/vcf-sdk-java.git</developerConnection>
<url>https://github.com/vmware/vcf-sdk-java</url>
</scm>
<packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>jakarta.xml.ws</groupId>
<artifactId>jakarta.xml.ws-api</artifactId>
<version>3.0.1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-core</artifactId>
<version>4.0.6</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-features-logging</artifactId>
<version>4.0.6</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
<version>4.0.6</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
<version>4.0.6</version>
</dependency>
<dependency>
<groupId>org.eclipse.angus</groupId>
<artifactId>angus-mail</artifactId>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>com.sun.xml.messaging.saaj</groupId>
<artifactId>saaj-impl</artifactId>
<version>3.0.4</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>