Skip to content

Commit 1a9706f

Browse files
committed
fix ELException in UDD
1 parent 414bbf9 commit 1a9706f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

wrangler-service/pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,10 @@
272272
<Embed-Dependency>*;inline=false;scope=compile</Embed-Dependency>
273273
<Embed-Transitive>true</Embed-Transitive>
274274
<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>
275+
<!-- So that user plugins can depend on Directive.java, EL.java and other classes, for user-defined directives -->
276+
<_exportcontents>
277+
io.cdap.wrangler.api.*,io.cdap.wrangler.expression.*
278+
</_exportcontents>
277279
</instructions>
278280
</configuration>
279281
<executions>

wrangler-transform/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>wrangler</artifactId>
55
<groupId>io.cdap.wrangler</groupId>
6-
<version>4.11.0</version>
6+
<version>4.11.1-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

0 commit comments

Comments
 (0)