Skip to content

Commit 0a9b450

Browse files
committed
Update to parent 2.4.0-S
1 parent f477dc2 commit 0a9b450

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
* [chg] Validation plugin automatically disables itself if no validation API is present on the classpath.
44
* [new] Add a facet for providing the `ValidatorFactory` to other plugins.
5+
* [chg] Update for SeedStack for 16.4
56

67
# Version 2.2.0 (2016-01-28)
78

pom.xml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.seedstack.poms</groupId>
1616
<artifactId>parent-internal</artifactId>
17-
<version>2.3.0</version>
17+
<version>2.4.0-SNAPSHOT</version>
1818
</parent>
1919

2020
<groupId>org.seedstack.addons.validation</groupId>
@@ -28,6 +28,7 @@
2828
<compatibility.version>2.1.0</compatibility.version>
2929

3030
<bintray.package>validation-addon</bintray.package>
31+
<juel.version>2.2.7</juel.version>
3132
</properties>
3233

3334
<build>
@@ -109,18 +110,22 @@
109110
<version>${seed.version}</version>
110111
<scope>test</scope>
111112
</dependency>
112-
<dependency>
113-
<groupId>org.seedstack.seed</groupId>
114-
<artifactId>seed-el</artifactId>
115-
<version>${seed.version}</version>
116-
<scope>test</scope>
117-
</dependency>
118113
<dependency>
119114
<groupId>javax.el</groupId>
120115
<artifactId>javax.el-api</artifactId>
121116
<version>${javax-el.version}</version>
122117
<scope>test</scope>
123118
</dependency>
119+
<dependency>
120+
<groupId>de.odysseus.juel</groupId>
121+
<artifactId>juel-impl</artifactId>
122+
<version>${juel.version}</version>
123+
</dependency>
124+
<dependency>
125+
<groupId>de.odysseus.juel</groupId>
126+
<artifactId>juel-spi</artifactId>
127+
<version>${juel.version}</version>
128+
</dependency>
124129
<dependency>
125130
<groupId>org.glassfish.jersey.containers</groupId>
126131
<artifactId>jersey-container-servlet</artifactId>

0 commit comments

Comments
 (0)