under construction
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
/*
|
||||
* Project Asgard
|
||||
*
|
||||
* Copyright (c) 2021. Elex. All Rights Reserved.
|
||||
* https://www.elex-project.com/
|
||||
*/
|
||||
|
||||
plugins {
|
||||
id("elex-springboot")
|
||||
id("org.springframework.boot") version "2.4.2"
|
||||
|
||||
id("org.springframework.boot") version "2.5.3"
|
||||
id("io.spring.dependency-management") version "1.0.11.RELEASE"
|
||||
id("org.asciidoctor.convert") version "1.5.8"
|
||||
}
|
||||
@@ -9,6 +17,12 @@ group = "com.elex-project"
|
||||
version = "0.0.1-SNAPSHOT"
|
||||
description = ""
|
||||
|
||||
repositories {
|
||||
maven {
|
||||
url = uri("https://repository.elex-project.com/repository/maven")
|
||||
}
|
||||
}
|
||||
|
||||
ext {
|
||||
set("snippetsDir", file("build/generated-snippets"))
|
||||
}
|
||||
@@ -25,9 +39,17 @@ tasks.asciidoctor {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
//implementation("org.springframework.boot:spring-boot-starter-data-jpa")
|
||||
implementation("org.springframework.boot:spring-boot-starter-mustache")
|
||||
implementation(project(":sitemap"))
|
||||
implementation(project(":linkback"))
|
||||
|
||||
implementation(project(":address-finder"))
|
||||
implementation("com.vladsch.flexmark:flexmark-all:0.62.2")
|
||||
|
||||
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
|
||||
implementation("org.springframework.boot:spring-boot-starter-thymeleaf")
|
||||
|
||||
//implementation("org.springframework.boot:spring-boot-starter-security")
|
||||
implementation("org.springframework.boot:spring-boot-starter-cache")
|
||||
implementation("org.springframework.boot:spring-boot-starter-web")
|
||||
|
||||
//implementation ("com.fasterxml.jackson.dataformat:jackson-dataformat-xml")
|
||||
@@ -36,6 +58,7 @@ dependencies {
|
||||
compileOnly("org.projectlombok:lombok")
|
||||
developmentOnly("org.springframework.boot:spring-boot-devtools")
|
||||
//runtimeOnly("org.mariadb.jdbc:mariadb-java-client")
|
||||
runtimeOnly("com.h2database:h2")
|
||||
|
||||
annotationProcessor("org.springframework.boot:spring-boot-configuration-processor")
|
||||
annotationProcessor("org.projectlombok:lombok")
|
||||
|
||||
Reference in New Issue
Block a user