First commit waiting for Budget Alert
This commit is contained in:
26
modules/axelor-open-suite/axelor-base/build.gradle
Normal file
26
modules/axelor-open-suite/axelor-base/build.gradle
Normal file
@ -0,0 +1,26 @@
|
||||
apply plugin: "com.axelor.app-module"
|
||||
|
||||
apply from: "../version.gradle"
|
||||
|
||||
apply {
|
||||
version = openSuiteVersion
|
||||
}
|
||||
|
||||
axelor {
|
||||
title "Axelor Base"
|
||||
description "Axelor Base Module"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile project(":modules:axelor-admin")
|
||||
compile project(":modules:axelor-message")
|
||||
compile "org.apache.commons:commons-lang3:3.2"
|
||||
compile "org.apache.commons:commons-math3:3.6.1"
|
||||
compile "commons-validator:commons-validator:1.4.0"
|
||||
compile "org.mnode.ical4j:ical4j:2.2.0"
|
||||
compile "org.mnode.ical4j:ical4j-extensions:1.0.3"
|
||||
compile "org.mnode.ical4j:ical4j-connector:1.0.1"
|
||||
compile "com.google.zxing:core:3.3.2"
|
||||
compile 'org.iban4j:iban4j:3.2.1'
|
||||
compile 'com.itextpdf:itextpdf:5.5.13.1'
|
||||
}
|
||||
Reference in New Issue
Block a user