| Group ID: |
org.apache.servicemix.bundles |
| Artifact ID: |
org.apache.servicemix.bundles.spring-security-crypto |
| Version: |
5.0.5.RELEASE_1 |
| Last modified: |
04.06.2018 16:49 |
| Packaging: |
zip |
| Name: |
Apache ServiceMix :: Bundles :: ${pkgArtifactId} |
|
|
| Size: |
0.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-security-crypto/5.0.5.RELEASE_1/org.apache.servicemix.bundles.spring-security-crypto-5.0.5.RELEASE_1-src.jar |
| POM: |
Show
hide
<?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/maven-v4_0_0.xsd">
<parent>
<artifactId>bundles-pom</artifactId>
<groupId>org.apache.servicemix.bundles</groupId>
<version>13</version>
<relativePath>../bundles-pom/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.spring-security-crypto</artifactId>
<packaging>bundle</packaging>
<name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
<version>5.0.5.RELEASE_1</version>
<scm>
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection>
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
<tag>org.apache.servicemix.bundles.spring-security-crypto-5.0.5.RELEASE_1</tag>
<url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url>
</scm>
<build>
<plugins>
<plugin>
<artifactId>maven-shade-plugin</artifactId>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<artifactSet>
<includes>
<include>${pkgGroupId}:${pkgArtifactId}</include>
</includes>
</artifactSet>
<filters>
<filter>
<artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
<excludes>
<exclude>**</exclude>
</excludes>
</filter>
</filters>
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
<createDependencyReducedPom>true</createDependencyReducedPom>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<properties>
<pkgVersion>5.0.5.RELEASE</pkgVersion>
<servicemix.osgi.import.pkg>*</servicemix.osgi.import.pkg>
<servicemix.osgi.export.pkg>org.springframework.security.crypto</servicemix.osgi.export.pkg>
<pkgArtifactId>spring-security-crypto</pkgArtifactId>
<pkgGroupId>org.springframework.security</pkgGroupId>
</properties>
</project>
|
| Maven: |
<dependency>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.spring-security-crypto</artifactId>
<version>5.0.5.RELEASE_1</version>
<classifier>src</classifier>
</dependency>
|
| Gradle: |
org.apache.servicemix.bundles:org.apache.servicemix.bundles.spring-security-crypto:5.0.5.RELEASE_1:src |
| Dependency Graph: |
Show
Less
More
|