File tree 2 files changed +15
-2
lines changed
2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 2.2.1
2
+ - Uplifted eiffel-remrem-parent version from 2.0.5 to 2.0.6.
1
3
2
4
## 2.2.0
3
5
- Updated schemas to match the Paris edition of the protocol.
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.5 </version >
7
+ <version >2.0.6 </version >
8
8
</parent >
9
9
<artifactId >eiffel-remrem-semantics</artifactId >
10
- <version >2.2.0 </version >
10
+ <version >2.2.1 </version >
11
11
<packaging >jar</packaging >
12
12
<properties >
13
13
<eclipse .jgit.version>5.0.1.201806211838-r</eclipse .jgit.version>
56
56
<artifactId >logback-classic</artifactId >
57
57
<scope >compile</scope >
58
58
</dependency >
59
+ <dependency >
60
+ <groupId >javax.servlet</groupId >
61
+ <artifactId >javax.servlet-api</artifactId >
62
+ <version >4.0.0</version >
63
+ <scope >compile</scope >
64
+ </dependency >
65
+ <dependency >
66
+ <groupId >javax.servlet.jsp.jstl</groupId >
67
+ <artifactId >jstl-api</artifactId >
68
+ <version >1.2</version >
69
+ </dependency >
59
70
<dependency >
60
71
<groupId >org.apache.commons</groupId >
61
72
<artifactId >commons-lang3</artifactId >
You can’t perform that action at this time.
0 commit comments