Commit e82117e 1 parent 4545602 commit e82117e Copy full SHA for e82117e
File tree 2 files changed +23
-12
lines changed
2 files changed +23
-12
lines changed Original file line number Diff line number Diff line change 67
67
of hibernate-3.2.7.ga) despite the fact that the kernel does not explicitly
68
68
define these jars as dependencies. -->
69
69
70
- <dependency >
71
- <groupId >asm</groupId >
72
- <artifactId >asm</artifactId >
73
- <version >1.5.3</version >
74
- <scope >compile</scope >
75
- </dependency >
76
- <dependency >
77
- <groupId >asm</groupId >
78
- <artifactId >asm-attrs</artifactId >
79
- <version >1.5.3</version >
80
- <scope >compile</scope >
81
- </dependency >
82
70
<dependency >
83
71
<groupId >cglib</groupId >
84
72
<artifactId >cglib-nodep</artifactId >
197
185
<version >${sakai.elasticsearch.version} </version >
198
186
<scope >compile</scope >
199
187
</dependency >
188
+ <dependency >
189
+ <groupId >org.ow2.asm</groupId >
190
+ <artifactId >asm</artifactId >
191
+ <version >${sakai.asm.version} </version >
192
+ <scope >compile</scope >
193
+ </dependency >
194
+ <dependency >
195
+ <groupId >org.ow2.asm</groupId >
196
+ <artifactId >asm-commons</artifactId >
197
+ <version >${sakai.asm.version} </version >
198
+ <scope >compile</scope >
199
+ </dependency >
200
200
<!-- jackson libs need to be in shared with spring -->
201
201
<dependency >
202
202
<groupId >com.fasterxml.jackson.core</groupId >
Original file line number Diff line number Diff line change 102
102
<sakai .quartz.version>1.8.6</sakai .quartz.version>
103
103
<sakai .servletapi.version>2.4</sakai .servletapi.version>
104
104
<sakai .sigar.version>1.6.4</sakai .sigar.version>
105
+ <sakai .asm.version>4.1</sakai .asm.version>
105
106
<sakai .spring.groupId>org.springframework</sakai .spring.groupId>
106
107
<sakai .spring.artifactId>spring-core</sakai .spring.artifactId>
107
108
<sakai .spring.version>3.2.13.RELEASE</sakai .spring.version>
885
886
<artifactId >jts</artifactId >
886
887
<version >${sakai.jts.version} </version >
887
888
</dependency >
889
+ <dependency >
890
+ <groupId >org.ow2.asm</groupId >
891
+ <artifactId >asm</artifactId >
892
+ <version >${sakai.asm.version} </version >
893
+ </dependency >
894
+ <dependency >
895
+ <groupId >org.ow2.asm</groupId >
896
+ <artifactId >asm-commons</artifactId >
897
+ <version >${sakai.asm.version} </version >
898
+ </dependency >
888
899
<!-- Sakai apis -->
889
900
<dependency >
890
901
<groupId >org.sakaiproject.accountvalidator</groupId >
You can’t perform that action at this time.
0 commit comments