Skip to content

Commit

Permalink
requires sshd
Browse files Browse the repository at this point in the history
  • Loading branch information
ar committed Aug 17, 2023
1 parent 02f6725 commit b30c77d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions jpos/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
requires org.jdbm;
requires org.bouncycastle.pg;
requires org.bouncycastle.lts.prov;
// requires org.apache.sshd.common;
// requires org.apache.sshd.server;
// requires org.apache.sshd.core;
requires org.apache.sshd;

exports org.jpos.iso.packager;
exports org.jpos.iso.validator;
Expand All @@ -27,7 +25,6 @@
exports org.jpos.q2.qbean;
exports org.jpos.q2.security;
exports org.jpos.q2.ui;
// exports org.jpos.q2.ssh;
exports org.jpos.security;
exports org.jpos.security.jceadapter;
exports org.jpos.space;
Expand Down

0 comments on commit b30c77d

Please sign in to comment.