Skip to content

Commit

Permalink
Add org.opensaml.security to X-Pack Security module-info (elastic#102589
Browse files Browse the repository at this point in the history
)

My IntelliJ was refusing to compile SamlObjectHandler.java
unless this extra line was added to module-info.java.

This doesn't currently affect official builds, nor anyone
else's IntelliJ builds it would seem. However, I thought
that since eventually some other change will make this
necessary it doesn't hurt to add it now, and might save
others time.
  • Loading branch information
droberts195 authored Dec 7, 2023
1 parent d8bbc62 commit 1913145
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/plugin/security/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
requires org.opensaml.core;
requires org.opensaml.saml;
requires org.opensaml.saml.impl;
requires org.opensaml.security;
requires org.opensaml.security.impl;
requires org.opensaml.xmlsec.impl;
requires org.opensaml.xmlsec;
Expand Down

0 comments on commit 1913145

Please sign in to comment.