File tree Expand file tree Collapse file tree
core/src/main/java/org/mapstruct Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333public @interface Mappings {
3434
3535 /**
36- * The onfiguration of the bean attributes.
36+ * The configuration of the bean attributes.
3737 *
3838 * @return The configuration of the bean attributes.
3939 */
Original file line number Diff line number Diff line change 4343 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
4444 <com .jolira.hickory.version>1.0.0</com .jolira.hickory.version>
4545 <org .apache.maven.plugins.enforcer.version>1.2</org .apache.maven.plugins.enforcer.version>
46- <org .springframework.version>3.2 .3.RELEASE</org .springframework.version>
46+ <org .springframework.version>4.0 .3.RELEASE</org .springframework.version>
4747
4848 <forkCount >1</forkCount >
4949 </properties >
157157 <dependency >
158158 <groupId >org.glassfish</groupId >
159159 <artifactId >javax.el</artifactId >
160- <version >3.0-b07 </version >
160+ <version >3.0-b01 </version >
161161 </dependency >
162162
163163 <!-- Spring -->
340340 <groupId >org.codehaus.mojo</groupId >
341341 <artifactId >animal-sniffer-maven-plugin</artifactId >
342342 <version >1.9</version >
343+ <dependencies >
344+ <dependency >
345+ <groupId >org.ow2.asm</groupId >
346+ <artifactId >asm-all</artifactId >
347+ <version >5.0.2</version >
348+ </dependency >
349+ </dependencies >
343350 </plugin >
344351 <plugin >
345352 <groupId >org.eclipse.m2e</groupId >
You can’t perform that action at this time.
0 commit comments