scep-client-shell
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.xipki.shell</groupId>
<artifactId>scep-client-shell</artifactId>
<version>6.5.3</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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.xipki.shell</groupId>
<artifactId>shells</artifactId>
<version>6.5.3</version>
</parent>
<artifactId>scep-client-shell</artifactId>
<packaging>bundle</packaging>
<name>XiPKI :: ${project.artifactId}</name>
<properties>
<Karaf-Commands>*</Karaf-Commands>
</properties>
<dependencies>
<dependency>
<groupId>org.xipki.gateway</groupId>
<artifactId>scep-client</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.xipki.commons</groupId>
<artifactId>shell-base</artifactId>
</dependency>
<dependency>
<groupId>org.xipki.commons</groupId>
<artifactId>security</artifactId>
</dependency>
</dependencies>
</project>