First commit waiting for Budget Alert
This commit is contained in:
27
modules/axelor-open-suite/axelor-account/build.gradle
Normal file
27
modules/axelor-open-suite/axelor-account/build.gradle
Normal file
@ -0,0 +1,27 @@
|
||||
apply plugin: "com.axelor.app-module"
|
||||
|
||||
apply from: "../version.gradle"
|
||||
|
||||
apply {
|
||||
version = openSuiteVersion
|
||||
}
|
||||
|
||||
axelor {
|
||||
title "Axelor Account"
|
||||
description "Axelor Account Module"
|
||||
}
|
||||
|
||||
|
||||
dependencies {
|
||||
compile project(":modules:axelor-base")
|
||||
compile project(":modules:axelor-purchase")
|
||||
compile 'xalan:xalan:2.7.2'
|
||||
|
||||
testImplementation 'org.mockito:mockito-core:4.8.0' // Or latest version
|
||||
|
||||
|
||||
compile group: 'jdom', name: 'jdom', version: '1.1'
|
||||
compile group: 'org.apache.xmlbeans', name: 'xmlbeans', version: '2.5.0'
|
||||
compile "org.bouncycastle:bcprov-jdk15on:1.62"
|
||||
compile "org.bouncycastle:bcpkix-jdk15on:1.62"
|
||||
}
|
||||
Reference in New Issue
Block a user