Hi, In light of this, should the release 1.28.0 still go ahead?
Thanks Amit On Wed, May 20, 2020 at 5:44 PM <[email protected]> wrote: > Author: adulceanu > Date: Wed May 20 12:14:00 2020 > New Revision: 1877948 > > URL: http://svn.apache.org/viewvc?rev=1877948&view=rev > Log: > OAK-9067 - Missing oak-segment-remote dependency in oak-run-commons > > Modified: > jackrabbit/oak/trunk/oak-run-commons/pom.xml > > Modified: jackrabbit/oak/trunk/oak-run-commons/pom.xml > URL: > http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-run-commons/pom.xml?rev=1877948&r1=1877947&r2=1877948&view=diff > > ============================================================================== > --- jackrabbit/oak/trunk/oak-run-commons/pom.xml (original) > +++ jackrabbit/oak/trunk/oak-run-commons/pom.xml Wed May 20 12:14:00 2020 > @@ -61,6 +61,11 @@ > <artifactId>oak-segment-tar</artifactId> > <version>${project.version}</version> > </dependency> > + <dependency> > + <groupId>org.apache.jackrabbit</groupId> > + <artifactId>oak-segment-remote</artifactId> > + <version>${project.version}</version> > + </dependency> > <dependency> > <groupId>org.apache.jackrabbit</groupId> > <artifactId>oak-segment-aws</artifactId> > > >
