We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52008dc commit 26e4027Copy full SHA for 26e4027
build.gradle
@@ -4,6 +4,9 @@ buildscript {
4
repositories {
5
6
mavenLocal()
7
+ maven {
8
+ url "https://dl.bintray.com/mariodavid/cuba-components"
9
+ }
10
maven {
11
url 'https://repo.cuba-platform.com/content/groups/work'
12
credentials {
@@ -99,7 +102,7 @@ subprojects {
99
102
dependencies {
100
103
appComponent("com.haulmont.cuba:cuba-global:$cubaVersion")
101
104
appComponent("de.balvi.cuba.declarativecontrollers:declarativecontrollers-global:0.8.0")
- appComponent("de.diedavids.cuba.entitysoftreference:entity-soft-reference-global:0.5.0")
105
+ appComponent("de.diedavids.cuba.entitysoftreference:entity-soft-reference-global:0.5.1")
106
107
}
108
0 commit comments