First commit waiting for Budget Alert
This commit is contained in:
21
modules/axelor-open-suite/axelor-tool/build.gradle
Normal file
21
modules/axelor-open-suite/axelor-tool/build.gradle
Normal file
@ -0,0 +1,21 @@
|
||||
apply plugin: "com.axelor.app-module"
|
||||
|
||||
apply from: "../version.gradle"
|
||||
|
||||
apply {
|
||||
version = openSuiteVersion
|
||||
}
|
||||
|
||||
axelor {
|
||||
title "Axelor Tool"
|
||||
description "Axelor Tool Module"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile "commons-net:commons-net:2.0"
|
||||
compile "org.apache.commons:commons-io:1.3.2"
|
||||
compile "org.apache.commons:commons-lang3:3.1"
|
||||
compile "com.sun.xml.bind:jaxb-impl:2.2.2"
|
||||
compile "org.apache.pdfbox:pdfbox:2.0.9"
|
||||
compile project(":modules:axelor-exception")
|
||||
}
|
||||
Reference in New Issue
Block a user