update tycho version and do not restrict javax.servlet package resolution to a specific bundle anymore

This commit is contained in:
Martin Lippert
2021-05-05 10:20:16 +02:00
parent c917df2ced
commit 6d0c0ab2d6
2 changed files with 1 additions and 21 deletions

View File

@@ -531,16 +531,6 @@
<arch>x86_64</arch>
</environment>
</environments>
<filters>
<filter>
<type>java-package</type>
<id>javax.servlet</id>
<restrictTo>
<type>eclipse-plugin</type>
<id>javax.servlet</id>
</restrictTo>
</filter>
</filters>
</configuration>
</plugin>
<plugin>