xena-spring-boot-starter
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>xyz.opcal.xena</groupId> <artifactId>xena-spring-boot-starter</artifactId> <version>1.27.2</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> <parent> <groupId>xyz.opcal.xena</groupId> <artifactId>xena-components-starters</artifactId> <version>1.27.2</version> </parent> <groupId>xyz.opcal.xena</groupId> <artifactId>xena-spring-boot-starter</artifactId> <version>1.27.2</version> <name>xena-spring-boot-starter</name> <description>xena core lib component</description> <url>https://gitlab.com/opcal-xena-project/opcal-xena/xena-project/xena-parent/xena-components-starters/xena-spring-boot-starter</url> <licenses> <license> <name>Apache v2</name> <url>http://www.apache.org/licenses/LICENSE-2.0</url> <distribution>manual</distribution> </license> </licenses> <developers> <developer> <id>katalala</id> <name>gissily</name> <roles> <role>Founder</role> <role>Maintainer</role> <role>Developer</role> </roles> </developer> </developers> <scm> <connection>scm:git:git@gitlab.com:opcal-xena-project/opcal-xena.git/xena-project/xena-parent/xena-components-starters/xena-spring-boot-starter</connection> <developerConnection>scm:git:git@gitlab.com:opcal-xena-project/opcal-xena.git/xena-project/xena-parent/xena-components-starters/xena-spring-boot-starter</developerConnection> <url>scm:git:git@gitlab.com:opcal-xena-project/opcal-xena.git/xena-project/xena-parent/xena-components-starters/xena-spring-boot-starter</url> </scm> <properties> <maven-checkstyle-plugin.version>3.1.2</maven-checkstyle-plugin.version> <javadoc.failOnWarnings>false</javadoc.failOnWarnings> <checkstyle.nohttp.file>https://gitlab.com/opcal-project/opcal-commons-build/-/raw/main/opcal-commons-build-tools/src/main/checkstyle/nohttp-checkstyle.xml</checkstyle.nohttp.file> <maven-release-plugin.version>3.0.0-M6</maven-release-plugin.version> <maven-source-plugin.version>3.2.1</maven-source-plugin.version> <maven-gpg-plugin.version>3.0.1</maven-gpg-plugin.version> <disable.nohttp.checks>true</disable.nohttp.checks> <nohttp-checkstyle.version>0.0.10</nohttp-checkstyle.version> <flatten-maven-plugin.version>1.2.7</flatten-maven-plugin.version> <spring-boot.version>2.7.2</spring-boot.version> <sonar.exclusions>**/*Application.java,**/ServletInitializer.java,**/.flattened-pom.xml,**/xena-tests/**,**/xyz/opcal/xena/core/support/scan/filter/**,**/RuntimeCandidateComponentProvider.java</sonar.exclusions> <maven-javadoc-plugin.version>3.4.0</maven-javadoc-plugin.version> <maven-antrun-plugin.version>3.1.0</maven-antrun-plugin.version> <maven-checkstyle-plugin.failOnViolation>true</maven-checkstyle-plugin.failOnViolation> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <checkstyle.additional.suppressions.file>/builds/opcal-xena-project/opcal-xena/src/checkstyle/checkstyle-suppressions.xml</checkstyle.additional.suppressions.file> <jacoco-maven-plugin.version>0.8.8</jacoco-maven-plugin.version> <maven-jar-plugin.version>3.2.2</maven-jar-plugin.version> <sonar.cpd.exclusions>**/xena-tests/**</sonar.cpd.exclusions> <maven-failsafe-plugin.version>3.0.0-M7</maven-failsafe-plugin.version> <java.version>11</java.version> <maven.compiler.source>11</maven.compiler.source> <versions-maven-plugin.version>2.11.0</versions-maven-plugin.version> <maven-compiler-plugin.version>3.10.1</maven-compiler-plugin.version> <lombok-plugin.version>1.18.20.0</lombok-plugin.version> <spring-javaformat.version>0.0.34</spring-javaformat.version> <maven-checkstyle-plugin.includeTestSourceDirectory>true</maven-checkstyle-plugin.includeTestSourceDirectory> <sonar.organization>opcal-xena-project</sonar.organization> <resource.delimiter>@</resource.delimiter> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <disable.checks>false</disable.checks> <spring-javaformat-checkstyle.version>0.0.34</spring-javaformat-checkstyle.version> <revision>1.27.2</revision> <maven-checkstyle-plugin.failsOnError>true</maven-checkstyle-plugin.failsOnError> <javadoc.failOnError>false</javadoc.failOnError> <maven-enforcer-plugin.version>3.1.0</maven-enforcer-plugin.version> <maven.compiler.target>11</maven.compiler.target> <sonar.projectKey>opcal-xena-project_opcal-xena</sonar.projectKey> <checkstyle.branch>main</checkstyle.branch> <maven-surefire-plugin.version>3.0.0-M7</maven-surefire-plugin.version> <sonar.moduleKey>xyz.opcal.xena:xena-spring-boot-starter</sonar.moduleKey> <maven-eclipse-plugin.version>2.10</maven-eclipse-plugin.version> <puppycrawl-tools-checkstyle.version>10.3.1</puppycrawl-tools-checkstyle.version> <maven-war-plugin.version>3.3.2</maven-war-plugin.version> <checkstyle.suppressions.file>https://gitlab.com/opcal-project/opcal-commons-build/-/raw/main/opcal-commons-build-tools/src/main/checkstyle/checkstyle-suppressions.xml</checkstyle.suppressions.file> <maven-resources-plugin.version>3.2.0</maven-resources-plugin.version> <exec-maven-plugin.version>3.0.0</exec-maven-plugin.version> </properties> <dependencies> <dependency> <groupId>xyz.opcal.xena</groupId> <artifactId>xena-core</artifactId> <version>1.27.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>xyz.opcal.xena</groupId> <artifactId>xena-autoconfigure</artifactId> <version>1.27.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot</artifactId> <version>2.7.2</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-autoconfigure</artifactId> <version>2.7.2</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-autoconfigure-processor</artifactId> <version>2.7.2</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-configuration-processor</artifactId> <version>2.7.2</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter</artifactId> <version>2.7.2</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <version>2.7.2</version> <scope>runtime</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> <version>1.18.24</version> <scope>compile</scope> <optional>true</optional> </dependency> </dependencies> </project>