Updated EL to 2.2 and made code and tests work under java 1.5.
This commit is contained in:
parent
c38c283fe9
commit
4844df7f84
23 changed files with 215 additions and 178 deletions
|
|
@ -45,6 +45,12 @@
|
|||
<type>test-jar</type>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>xerces</groupId>
|
||||
<artifactId>xercesImpl</artifactId>
|
||||
<version>${xerces.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
<pluginManagement>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue