Skip to content

Commit 89f08bc

Browse files
vishnu-alapatiVishnu Alapati
and
Vishnu Alapati
authored
Uplifted eiffel-remrem-parent version to 2.0.7 (#149)
* Uplifted eiffel-remrem-parent version * made changes in changelog.md file Co-authored-by: Vishnu Alapati <[email protected]>
1 parent 8faf733 commit 89f08bc

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
## 2.2.2
22
- After schema update process,implemented code changes to prepend copyright header to generated POJO classes.
33
- 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.
46

57
## 2.2.1
68
- Uplifted eiffel-remrem-parent version from 2.0.5 to 2.0.6.

pom.xml

+1-7
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.eiffel-community</groupId>
66
<artifactId>eiffel-remrem-parent</artifactId>
7-
<version>2.0.6</version>
7+
<version>2.0.7</version>
88
</parent>
99
<artifactId>eiffel-remrem-semantics</artifactId>
1010
<version>2.2.2</version>
@@ -61,12 +61,6 @@
6161
<groupId>javax.servlet</groupId>
6262
<artifactId>javax.servlet-api</artifactId>
6363
<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>
7064
</dependency>
7165
<dependency>
7266
<groupId>org.apache.commons</groupId>

0 commit comments

Comments
 (0)