File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed
global/src/de/diedavids/cuba/userinbox Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 11
22buildscript {
3- ext. cubaVersion = ' 6.8.0 '
3+ ext. cubaVersion = ' 6.8.8 '
44 repositories {
55 maven {
66 url ' https://repo.cuba-platform.com/content/groups/work'
@@ -9,6 +9,10 @@ buildscript {
99 password(rootProject. hasProperty(' repoPass' ) ? rootProject[' repoPass' ] : ' cuba123' )
1010 }
1111 }
12+
13+ maven {
14+ url " https://dl.bintray.com/balvi/cuba-components"
15+ }
1216 }
1317 dependencies {
1418 classpath " com.haulmont.gradle:cuba-plugin:$cubaVersion "
@@ -106,6 +110,7 @@ subprojects {
106110
107111dependencies {
108112 appComponent(" com.haulmont.cuba:cuba-global:$cubaVersion " )
113+ appComponent(" de.balvi.cuba.declarativecontrollers:declarativecontrollers-global:0.5.0" )
109114
110115}
111116
Original file line number Diff line number Diff line change 1313 <!-- Application components-->
1414 <context-param >
1515 <param-name >appComponents</param-name >
16- <param-value >com.haulmont.cuba</param-value >
16+ <param-value >com.haulmont.cuba de.balvi.cuba.declarativecontrollers </param-value >
1717 </context-param >
1818 <listener >
1919 <listener-class >com.haulmont.cuba.core.sys.AppContextLoader</listener-class >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" standalone =" no" ?>
22<app-component xmlns =" http://schemas.haulmont.com/cuba/app-component.xsd"
3- dependsOn =" com.haulmont.cuba" >
3+ dependsOn =" de.balvi.cuba.declarativecontrollers, com.haulmont.cuba" >
44 <module blocks =" *"
55 name =" global" >
66 <artifact appJar =" true"
Original file line number Diff line number Diff line change 1818 <!-- Application components-->
1919 <context-param >
2020 <param-name >appComponents</param-name >
21- <param-value >com.haulmont.cuba</param-value >
21+ <param-value >com.haulmont.cuba de.balvi.cuba.declarativecontrollers </param-value >
2222 </context-param >
2323 <listener >
2424 <listener-class >com.vaadin.server.communication.JSR356WebsocketInitializer</listener-class >
You can’t perform that action at this time.
0 commit comments