We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 60754c9 + 8890086 commit 3aa9310Copy full SHA for 3aa9310
wrangler-service/pom.xml
@@ -272,8 +272,10 @@
272
<Embed-Dependency>*;inline=false;scope=compile</Embed-Dependency>
273
<Embed-Transitive>true</Embed-Transitive>
274
<Embed-Directory>lib</Embed-Directory>
275
- <!-- So that user plugins can depend on Directive.java and other classes, for user-defined directives -->
276
- <_exportcontents>io.cdap.wrangler.api.*</_exportcontents>
+ <!-- So that user plugins can depend on Directive.java, EL.java and other classes, for user-defined directives -->
+ <_exportcontents>
277
+ io.cdap.wrangler.api.*,io.cdap.wrangler.expression.*
278
+ </_exportcontents>
279
</instructions>
280
</configuration>
281
<executions>
0 commit comments