Skip to content

Commit

Permalink
Merge pull request #30 from joaoarthurbm/designwizard-issue29
Browse files Browse the repository at this point in the history
Modified pom to make ASM optional dependency and set java as 1.7
  • Loading branch information
joaoarthurbm committed Oct 5, 2015
2 parents a5aeb86 + 54640a6 commit 7fcb4ed
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
<artifactId>asm</artifactId>
<version>3.1</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
Expand Down Expand Up @@ -135,8 +136,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.3</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
<source>1.7</source>
<target>1.7</target>
</configuration>
</plugin>
<plugin>
Expand Down Expand Up @@ -166,7 +167,7 @@
</executions>
<configuration>
<!-- -Xdoclint:all -->
<additionalparam>-Xdoclint:none</additionalparam>
<!-- <additionalparam>-Xdoclint:none</additionalparam> -->
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 7fcb4ed

Please sign in to comment.