bw-wfmodules-spring-security-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.bedework.deploy</groupId>
<artifactId>bw-wfmodules-spring-security-core</artifactId>
<version>1.0.4</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">
<parent>
<artifactId>bw-wfmodules-spring</artifactId>
<groupId>org.bedework.deploy</groupId>
<version>1.0.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>bw-wfmodules-spring-security-core</artifactId>
<packaging>pom</packaging>
<dependencies>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.bedework</groupId>
<artifactId>bw-util-maven-deploy-wfmodule</artifactId>
<configuration>
<moduleName>org.bedework.org.spring.security.core</moduleName>
<noArtifact>true</noArtifact>
<jarResources>
<jarResource>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
<version>${spring-security.version}</version>
</jarResource>
</jarResources>
<moduleDependencies>
<moduleDependency>
<name>org.bedework.org.spring.beans</name>
<importMeta>true</importMeta>
<exports>META-INF</exports>
</moduleDependency>
<moduleDependency>
<name>org.bedework.org.spring.context</name>
<importMeta>true</importMeta>
<exports>META-INF</exports>
</moduleDependency>
<moduleDependency>
<name>org.bedework.org.spring.core</name>
<importMeta>true</importMeta>
<exports>META-INF</exports>
</moduleDependency>
<moduleDependency>
<name>org.bedework.org.spring.expression</name>
<importMeta>true</importMeta>
<exports>META-INF</exports>
</moduleDependency>
</moduleDependencies>
</configuration>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>