lightcrypto-link-spring-boot-starter
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.emmansun</groupId>
<artifactId>lightcrypto-link-spring-boot-starter</artifactId>
<version>1.0.0-RC2</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.emmansun</groupId>
<artifactId>lightcrypto-link-spring-boot-starter</artifactId>
<version>1.0.0-RC2</version>
<name>LightCrypto-Link (LCL)</name>
<description>A pure Java, lightweight application-level field encryption component with blind index and multi-KMS/SM-crypto support for Spring Boot MongoDB.</description>
<url>https://github.com/emmansun/LightCrypto-Link/lightcrypto-link-spring-boot-starter</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
</license>
</licenses>
<developers>
<developer>
<id>emmansun</id>
<name>Sun Yimin</name>
<email>emman.sun@foxmail.com</email>
<url>https://github.com/emmansun</url>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/emmansun/LightCrypto-Link.git/lightcrypto-link-spring-boot-starter</connection>
<developerConnection>scm:git:https://github.com/emmansun/LightCrypto-Link.git/lightcrypto-link-spring-boot-starter</developerConnection>
<url>https://github.com/emmansun/LightCrypto-Link/lightcrypto-link-spring-boot-starter</url>
</scm>
<dependencies>
<dependency>
<groupId>io.github.emmansun</groupId>
<artifactId>lightcrypto-link-spi</artifactId>
<version>1.0.0-RC2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
<version>3.2.5</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<version>3.2.5</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-mongodb</artifactId>
<version>3.2.5</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<version>1.84</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk18on</artifactId>
<version>1.84</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.46</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>