brook-spring-boot-locks
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>xyz.mytang0.brook</groupId>
<artifactId>brook-spring-boot-locks</artifactId>
<version>1.0.5</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>xyz.mytang0.brook</groupId>
<artifactId>brook-spring-boot-locks</artifactId>
<version>1.0.5</version>
<packaging>pom</packaging>
<name>brook-spring-boot-locks</name>
<description>The spring boot locks module of brook project.</description>
<url>https://github.com/mytang0/brook/brook-spring-boot/brook-spring-boot-locks</url>
<organization>
<name>The Apache Software Foundation</name>
<url>https://www.apache.org/</url>
</organization>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>mytang0</id>
<email>mytang0@apache.org</email>
</developer>
</developers>
<mailingLists>
<mailingList />
</mailingLists>
<scm>
<connection>scm:git:https://github.com/mytang0/brook.git/brook-spring-boot/brook-spring-boot-locks</connection>
<developerConnection>scm:git:https://github.com/mytang0/brook.git/brook-spring-boot/brook-spring-boot-locks</developerConnection>
<url>https://github.com/mytang0/brook/brook-spring-boot/brook-spring-boot-locks</url>
</scm>
<issueManagement>
<system>GitLab Issues</system>
<url>https://github.com/mytang0/brook/issues</url>
</issueManagement>
<distributionManagement>
<repository>
<id>apache.releases.https</id>
<name>Apache Release Distribution Repository</name>
<url>https://repository.apache.org/service/local/staging/deploy/maven2</url>
</repository>
<snapshotRepository>
<id>apache.snapshots.https</id>
<name>Apache Development Snapshot Repository</name>
<url>https://repository.apache.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot</artifactId>
<version>2.7.18</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<version>2.7.18</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
</dependencies>
<repositories>
<repository>
<releases>
<enabled>false</enabled>
</releases>
<id>apache.snapshots</id>
<name>Apache Snapshot Repository</name>
<url>https://repository.apache.org/snapshots</url>
</repository>
</repositories>
</project>