Subversion Repositories SmartDukaan

Rev

Rev 23723 | Rev 25750 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 23723 Rev 24434
Line 58... Line 58...
58
		exclude (module: 'logback-classic')
58
		exclude (module: 'logback-classic')
59
		exclude (module: 'spring-boot-starter-logging')
59
		exclude (module: 'spring-boot-starter-logging')
60
		}
60
		}
61
    compile project (':profitmandi-common')
61
    compile project (':profitmandi-common')
62
    compile project (':profitmandi-dao')
62
    compile project (':profitmandi-dao')
-
 
63
    compile 'com.fasterxml.jackson.module:jackson-module-parameter-names:2.9.6'
-
 
64
   	compile 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.9.6:'
-
 
65
	compile 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.6'
63
}
66
}
64
 
67
 
65
defaultTasks 'copyEnv', 'build'
68
defaultTasks 'copyEnv', 'build'
66
69