Details
-
Improvement
-
Resolution: Fixed
-
Critical
-
POMs 19
-
None
-
-
Empty show more show less
Description
Having the following in our parent poms make it unnecessarily difficult to upgrade projects to JCR 2.0. (i.e even if core now depends on jcr 2.0, STK is still built with JCR 1.0)
<dependencyManagement>
<dependencies>
<dependency>
<groupId>javax.jcr</groupId>
<artifactId>jcr</artifactId>
<version>1.0</version>
</dependency>
..
Same goes for servlet api etc.
Checklists
Acceptance criteria