Skip to content

Commit

Permalink
restrict target platform resolution for javax.servlet packages to rea…
Browse files Browse the repository at this point in the history
…l bundle to avoid conflicts with other pseudo providers
  • Loading branch information
martinlippert committed Jan 23, 2013
1 parent 04843bf commit 2768242
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,16 @@
<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>
Expand Down

0 comments on commit 2768242

Please sign in to comment.