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 1c91610 commit 687cc60Copy full SHA for 687cc60
grails-plugin-codecs/build.gradle
@@ -1,4 +1,5 @@
1
dependencies {
2
compile "commons-lang:commons-lang:$commonsLangVersion"
3
compile project(":grails-web"), project(":grails-plugin-converters"), project(":grails-encoder")
4
+ runtime project(":grails-codecs")
5
}
0 commit comments