Thanks. I ended up adding BR: jetty-client, jetty-util, and jetty-server, and that seemed to make things happy.

On Mon, Jan 30, 2017 at 4:18 AM Michael Šimáček <msimacek@redhat.com> wrote:
On 2017-01-28 00:11, Christopher wrote:
> Hi,
>
> I'm trying to package ZooKeeper for EPEL7. However, it has a build
> dependency on netty, which depends on logback, which depends on jetty
> and janino. I've already built janino, and created a buildroot override
> for it. Now, I'm working on figuring out the jetty dependency for logback.
>
> However, there is no "jetty" jar in the EL7 packaging. Jetty is split
> into lots of smaller modules, and it's not clear to me which one I need
> to depend on to get the logback build to work in EPEL7.
>
> I'm modeling the EPEL7 packaging off of the Fedora branches, and both
> Fedora and EL7 are on Jetty 9. So, I don't think there'll be much to
> patch to get things working... but it is confusing trying to figure out
> which specific Jetty RPMS in EL7 I need to depend upon.
>
> Is anybody already familiar with the Jetty packaging in EL7 who could
> maybe help me out in figuring out what I need to do to get logback to build?
>

I'm not familiar with EPEL 7, but I think you need to BR:
mvn(org.eclipse.jetty:jetty-server)

Michael
--
Christopher