ares-cors-parent
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>co.bittub.ares</groupId> <artifactId>ares-cors-parent</artifactId> <version>1.0.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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>co.bittub.boot</groupId> <artifactId>summer-boot-starter-parent</artifactId> <version>2.0.3</version> <relativePath></relativePath> </parent> <groupId>co.bittub.ares</groupId> <artifactId>ares-cors-parent</artifactId> <version>1.0.0</version> <packaging>pom</packaging> <licenses> <license> <name>Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0</url> </license> </licenses> <properties> <bb.ares.cors.web.version>1.0.0</bb.ares.cors.web.version> </properties> <dependencyManagement> <dependencies> <dependency> <groupId>co.bittub.ares</groupId> <artifactId>ares-cors-web</artifactId> <version>${bb.ares.cors.web.version}</version> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> <version>1.16.20</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.datatype</groupId> <artifactId>jackson-datatype-jsr310</artifactId> <version>2.9.5</version> <scope>compile</scope> </dependency> </dependencies> </project>