Skip to content

Commit

Permalink
Add ambiguous javax.el-api dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawi01 committed Dec 15, 2023
1 parent 59c91fd commit ebb166c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion buildScripts/setup.ant.xml
Original file line number Diff line number Diff line change
Expand Up @@ -201,11 +201,14 @@ This buildfile is part of projectlombok.org. It sets up the build itself.
<sequential>
<fetchdep.eclipse.updatesite name="@{name}" version="@{version}">
<bundles>
<!-- Ambiguous + osgi.extender dependecies -->
<arg value="osgi.bundle:javax.el-api" />
<arg value="osgi.bundle:org.apache.felix.scr" />
<arg value="osgi.bundle:org.apache.aries.spifly.dynamic.bundle" />
<arg value="osgi.bundle:org.apache.commons.commons-io" />
<!-- Real dependencies -->
<arg value="osgi.bundle:org.eclipse.jdt.core" />
<arg value="osgi.bundle:org.eclipse.jdt.ui" />
<arg value="osgi.bundle:org.apache.commons.commons-io" />
</bundles>
</fetchdep.eclipse.updatesite>
</sequential>
Expand Down

0 comments on commit ebb166c

Please sign in to comment.