File tree Expand file tree Collapse file tree 1 file changed +21
-2
lines changed Expand file tree Collapse file tree 1 file changed +21
-2
lines changed Original file line number Diff line number Diff line change 24
24
<groupId >org.mybatis</groupId >
25
25
<artifactId >mybatis-parent</artifactId >
26
26
<version >44</version >
27
- <relativePath />
27
+ <relativePath />
28
28
</parent >
29
29
30
30
<groupId >org.mybatis.scripting</groupId >
91
91
<dependency >
92
92
<groupId >org.freemarker</groupId >
93
93
<artifactId >freemarker</artifactId >
94
- <version >2.3.32 </version >
94
+ <version >2.3.33 </version >
95
95
</dependency >
96
96
<dependency >
97
97
<groupId >org.apache.commons</groupId >
114
114
</dependency >
115
115
</dependencies >
116
116
117
+ <build >
118
+ <plugins >
119
+ <plugin >
120
+ <groupId >org.apache.maven.plugins</groupId >
121
+ <artifactId >maven-enforcer-plugin</artifactId >
122
+ <configuration >
123
+ <rules >
124
+ <enforceBytecodeVersion >
125
+ <excludes >
126
+ <!-- Allow specific java 16 code to be allowed at 'freemarker/core/_Java16Impl' -->
127
+ <exclude >org.freemarker:freemarker</exclude >
128
+ </excludes >
129
+ </enforceBytecodeVersion >
130
+ </rules >
131
+ </configuration >
132
+ </plugin >
133
+ </plugins >
134
+ </build >
135
+
117
136
</project >
You can’t perform that action at this time.
0 commit comments