full
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.wildfly.swarm</groupId> <artifactId>full</artifactId> <version>2018.5.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.wildfly.swarm</groupId> <artifactId>build-parent</artifactId> <version>2018.5.0</version> <relativePath>../../../build-parent/pom.xml</relativePath> </parent> <artifactId>full</artifactId> <name>Full</name> <description>Equivalent to Full Platform</description> <packaging>jar</packaging> <properties> <swarm.fraction.stability>stable</swarm.fraction.stability> <swarm.fraction.tags>JavaEE,Full</swarm.fraction.tags> </properties> <build> <resources> <resource> <directory>src/main/resources</directory> <filtering>true</filtering> </resource> </resources> </build> <dependencies> <!-- Fraction Dependencies --> <dependency> <groupId>org.wildfly.swarm</groupId> <artifactId>web</artifactId> </dependency> <dependency> <groupId>org.wildfly.swarm</groupId> <artifactId>management</artifactId> </dependency> <dependency> <groupId>org.wildfly.swarm</groupId> <artifactId>batch-jberet</artifactId> </dependency> <dependency> <groupId>org.wildfly.swarm</groupId> <artifactId>ejb-remote</artifactId> </dependency> <dependency> <groupId>org.wildfly.swarm</groupId> <artifactId>jca</artifactId> </dependency> <dependency> <groupId>org.wildfly.swarm</groupId> <artifactId>jmx</artifactId> </dependency> <dependency> <groupId>org.wildfly.swarm</groupId> <artifactId>jsonp</artifactId> </dependency> <dependency> <groupId>org.wildfly.swarm</groupId> <artifactId>infinispan</artifactId> </dependency> <dependency> <groupId>org.wildfly.swarm</groupId> <artifactId>mail</artifactId> </dependency> <dependency> <groupId>org.wildfly.swarm</groupId> <artifactId>messaging</artifactId> </dependency> <dependency> <groupId>org.wildfly.swarm</groupId> <artifactId>resource-adapters</artifactId> </dependency> <dependency> <groupId>org.wildfly.swarm</groupId> <artifactId>webservices</artifactId> </dependency> <dependency> <groupId>org.wildfly.core</groupId> <artifactId>wildfly-core-feature-pack</artifactId> <type>zip</type> <scope>provided</scope> <exclusions> <exclusion> <groupId>*</groupId> <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.wildfly</groupId> <artifactId>wildfly-servlet-feature-pack</artifactId> <type>zip</type> <scope>provided</scope> <exclusions> <exclusion> <groupId>*</groupId> <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.wildfly</groupId> <artifactId>wildfly-feature-pack</artifactId> <type>zip</type> <scope>provided</scope> <exclusions> <exclusion> <groupId>*</groupId> <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> </dependencies> </project>