Skip to content

Commit afb16d1

Browse files
chschugunnarmorling
authored andcommitted
mapstruct#169 make animal-sniffer-maven-plugin work with Java 8 byte code, change versions of integration test dependencies
1 parent 0652dad commit afb16d1

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

core/src/main/java/org/mapstruct/Mappings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
public @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
*/

parent/pom.xml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
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>
@@ -157,7 +157,7 @@
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 -->
@@ -340,6 +340,13 @@
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>

0 commit comments

Comments
 (0)