File tree Expand file tree Collapse file tree 3 files changed +590
-24
lines changed
src/main/java/org/imsglobal/lti2/objects Expand file tree Collapse file tree 3 files changed +590
-24
lines changed Original file line number Diff line number Diff line change 112112 <artifactId >jackson-annotations</artifactId >
113113 <version >2.4.1</version >
114114 </dependency >
115+ <dependency >
116+ <groupId >com.fasterxml.jackson.core</groupId >
117+ <artifactId >jackson-databind</artifactId >
118+ <version >2.4.1</version >
119+ </dependency >
115120 <dependency >
116121 <groupId >junit</groupId >
117122 <artifactId >junit</artifactId >
142147 <version >${powermock.version} </version >
143148 <scope >test</scope >
144149 </dependency >
145- <dependency >
146- <groupId >com.fasterxml.jackson.core</groupId >
147- <artifactId >jackson-databind</artifactId >
148- <version >2.4.1</version >
149- <scope >test</scope >
150- <type >jar</type >
151- </dependency >
152150 <dependency >
153151 <groupId >commons-io</groupId >
154152 <artifactId >commons-io</artifactId >
You can’t perform that action at this time.
0 commit comments