as7-dist-cdi-ejb-7.1.1.Final
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.jboss.resteasy.test</groupId>
<artifactId>as7-dist-cdi-ejb-7.1.1.Final</artifactId>
<version>1.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<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>org.jboss</groupId>
<artifactId>jboss-parent</artifactId>
<version>6</version>
</parent>
<groupId>org.jboss.resteasy.test</groupId>
<artifactId>as7-dist-cdi-ejb-7.1.1.Final</artifactId>
<version>1.0</version>
<name>AS7 with Resteasy/3.0-beta-1, Weld 1.2.0-SNAPSHOT with WELD-1174 fix</name>
<description/>
<!--packaging>zip</packaging-->
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.4</version>
</plugin>
</plugins>
</build>
<distributionManagement>
<repository>
<id>jboss-releases-repository</id>
<name>JBoss Releases Repository</name>
<url>https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
</project>