Maven Repository - POM file for JBoss jboss-profileservice-spi 5.1.0.SP1 5.1.0.SP1

Summary

JBoss ProfileService 5.1.0 SPI.

The Java ProfileService 5.1.0 SPI classes.

Declaration

Here is the list of declaration for jboss-profileservice-spi. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.jboss.integration</groupId>
   <artifactId>jboss-profileservice-spi</artifactId>
   <version>5.1.0.SP1</version>
</dependency>

If you think this Maven repository POM file listing for jboss-profileservice-spi is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Packages

The following packages are defined in the jboss-profileservice-spi-5.1.0.SP1.jar

org.jboss.deployers.spi.management
org.jboss.deployers.spi.management.deploy
org.jboss.profileservice.spi
org.jboss.profileservice.spi.metadata
org.jboss.profileservice.spi.types




POM File Source

Here is the content of the POM file.

<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/maven-v4_0_0.xsd">
  <parent>
    <groupId>org.jboss.integration</groupId>
    <artifactId>jboss-integration-parent</artifactId>
    <version>5.1.0.SP1</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>jboss-profileservice-spi</artifactId>
  <version>5.1.0.SP1</version>
  <packaging>jar</packaging>
  <name>JBoss ProfileService 5.1.0 SPI</name>
  <url>http://www.jboss.org</url>
  <description>The Java ProfileService 5.1.0 SPI classes</description>
  <dependencies>
    <dependency>
      <groupId>org.jboss</groupId>
      <artifactId>jboss-common-core</artifactId>
    </dependency>
    <dependency>
      <groupId>org.jboss.man</groupId>
      <artifactId>jboss-managed</artifactId>
    </dependency>
    <dependency>
      <groupId>org.jboss.man</groupId>
      <artifactId>jboss-metatype</artifactId>
    </dependency>
    <dependency>
      <groupId>org.jboss</groupId>
      <artifactId>jboss-vfs</artifactId>
    </dependency>
    <dependency>
      <groupId>org.jboss.microcontainer</groupId>
      <artifactId>jboss-dependency</artifactId>
    </dependency>
  </dependencies>
</project>