Fixes #147 - Add automatic module name to the implementation jar
Signed-off-by: Thiago Henrique Hupner <thihup@gmail.com>
diff --git a/impl/pom.xml b/impl/pom.xml
index 76ad214..66cd9d7 100644
--- a/impl/pom.xml
+++ b/impl/pom.xml
@@ -179,6 +179,7 @@
<Specification-Vendor>${vendorName}</Specification-Vendor>
<Implementation-Version>${project.version}</Implementation-Version>
<Implementation-Vendor>${vendorName}</Implementation-Vendor>
+ <Automatic-Module-Name>com.sun.el</Automatic-Module-Name>
</manifestEntries>
</archive>
</configuration>