File tree Expand file tree Collapse file tree 2 files changed +13
-7
lines changed
Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments