File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 11language : java
2- # Javadoc exclusions don't work with JDK 1.7.
3- script : mvn -Dmaven.javadoc.skip=true clean verify
2+ script : mvn clean verify
43jdk :
54- oraclejdk8
6- - openjdk7
75- openjdk8
86
97# suggested by travis support.
Original file line number Diff line number Diff line change 2222 <parent >
2323 <artifactId >open-source-parent</artifactId >
2424 <groupId >com.basistech</groupId >
25- <version >1.1.10 </version >
25+ <version >2.0.0 </version >
2626 <relativePath />
2727 </parent >
2828 <packaging >pom</packaging >
6969 <dependency >
7070 <groupId >com.basistech</groupId >
7171 <artifactId >common-api</artifactId >
72- <version >36.2 .0</version >
72+ <version >37.0 .0</version >
7373 </dependency >
7474 <dependency >
7575 <groupId >com.basistech</groupId >
7676 <artifactId >adm-model</artifactId >
77- <version >2.4.4 </version >
77+ <version >2.4.6 </version >
7878 </dependency >
7979 <dependency >
8080 <groupId >com.basistech</groupId >
8181 <artifactId >adm-json</artifactId >
82- <version >2.4.4 </version >
82+ <version >2.4.6 </version >
8383 </dependency >
8484 </dependencies >
8585 </dependencyManagement >
You can’t perform that action at this time.
0 commit comments