File tree 2 files changed +3
-7
lines changed
2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 1
1
## 2.2.2
2
2
- After schema update process,implemented code changes to prepend copyright header to generated POJO classes.
3
3
- Uplifted httpclient dependency version.
4
+ - Uplifted eiffel-remrem-parent version from 2.0.6 to 2.0.7.
5
+ - Removed the jstl-api dependency to resolve the /context_path issue.
4
6
5
7
## 2.2.1
6
8
- Uplifted eiffel-remrem-parent version from 2.0.5 to 2.0.6.
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >com.github.eiffel-community</groupId >
6
6
<artifactId >eiffel-remrem-parent</artifactId >
7
- <version >2.0.6 </version >
7
+ <version >2.0.7 </version >
8
8
</parent >
9
9
<artifactId >eiffel-remrem-semantics</artifactId >
10
10
<version >2.2.2</version >
61
61
<groupId >javax.servlet</groupId >
62
62
<artifactId >javax.servlet-api</artifactId >
63
63
<version >4.0.0</version >
64
- <scope >compile</scope >
65
- </dependency >
66
- <dependency >
67
- <groupId >javax.servlet.jsp.jstl</groupId >
68
- <artifactId >jstl-api</artifactId >
69
- <version >1.2</version >
70
64
</dependency >
71
65
<dependency >
72
66
<groupId >org.apache.commons</groupId >
You can’t perform that action at this time.
0 commit comments