File tree Expand file tree Collapse file tree 2 files changed +6
-28
lines changed Expand file tree Collapse file tree 2 files changed +6
-28
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ language: java
2
2
sudo : false
3
3
4
4
jdk :
5
+ - oraclejdk9
5
6
- oraclejdk8
6
7
- openjdk8
7
8
- openjdk7
Original file line number Diff line number Diff line change 80
80
<maven .compiler.testTarget>1.7</maven .compiler.testTarget>
81
81
<maven .compiler.testSource>1.7</maven .compiler.testSource>
82
82
83
+ <signature .artifact>java17</signature .artifact>
84
+ <signature .version>1.0</signature .version>
85
+
83
86
<clirr .comparisonVersion>1.1.2</clirr .comparisonVersion>
84
87
</properties >
85
88
86
89
<dependencies >
87
90
<dependency >
88
91
<groupId >org.mybatis</groupId >
89
92
<artifactId >mybatis</artifactId >
90
- <version >3.4.4 </version >
93
+ <version >3.4.5 </version >
91
94
</dependency >
92
95
<dependency >
93
96
<groupId >org.freemarker</groupId >
94
97
<artifactId >freemarker</artifactId >
95
- <version >2.3.26 -incubating</version >
98
+ <version >2.3.27 -incubating</version >
96
99
</dependency >
97
100
98
101
<!-- TEST -->
116
119
</dependency >
117
120
</dependencies >
118
121
119
- <build >
120
- <plugins >
121
- <plugin >
122
- <groupId >org.codehaus.mojo</groupId >
123
- <artifactId >animal-sniffer-maven-plugin</artifactId >
124
- <version >1.15</version >
125
- <configuration >
126
- <signature >
127
- <groupId >org.codehaus.mojo.signature</groupId >
128
- <artifactId >java17</artifactId >
129
- <version >1.0</version >
130
- </signature >
131
- </configuration >
132
- <executions >
133
- <execution >
134
- <id >check-java-1.7-compat</id >
135
- <phase >process-classes</phase >
136
- <goals >
137
- <goal >check</goal >
138
- </goals >
139
- </execution >
140
- </executions >
141
- </plugin >
142
- </plugins >
143
- </build >
144
-
145
122
</project >
You can’t perform that action at this time.
0 commit comments