Skip to content

Commit

Permalink
add "don't upgrade version" note
Browse files Browse the repository at this point in the history
  • Loading branch information
oldratlee committed Nov 25, 2018
1 parent b50635f commit 338f4a0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@
</properties>

<dependencies>
<!--
javassist v3.23.1-GA is the last version support Java 6
DO NOT upgrade javassist version!
-->
<dependency>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
Expand Down Expand Up @@ -125,6 +129,7 @@
<!--
commons-lang3 v3.5 is the last version support Java 6
http://commons.apache.org/proper/commons-lang/release-history.html
DO NOT upgrade commons-lang3 version!
-->
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down
5 changes: 5 additions & 0 deletions pom4ide.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@
</properties>

<dependencies>
<!--
javassist v3.23.1-GA is the last version support Java 6
DO NOT upgrade javassist version!
-->
<dependency>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
Expand Down Expand Up @@ -125,6 +129,7 @@
<!--
commons-lang3 v3.5 is the last version support Java 6
http://commons.apache.org/proper/commons-lang/release-history.html
DO NOT upgrade commons-lang3 version!
-->
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down

0 comments on commit 338f4a0

Please sign in to comment.