Fix zip packaging of SQL module

Bug #672276 reported by Timo Westkämper
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Querydsl
Fix Released
High
Unassigned

Bug Description

Make sure all necessary dependencies are included

Revision history for this message
Timo Westkämper (timo-westkamper) wrote :

Changed dependencySet from

    <dependencySet>
      <scope>provided</scope>
      <outputDirectory>lib/all</outputDirectory>
    </dependencySet>

to

    <dependencySet>
      <scope>compile</scope>
      <outputDirectory>lib/all</outputDirectory>
    </dependencySet>

summary: - Fix one-jar packaging of SQL module
+ Fix zip packaging of SQL module
Changed in querydsl:
status: New → Fix Committed
importance: Undecided → High
Revision history for this message
Timo Westkämper (timo-westkamper) wrote :

Released in 2.0.4

Changed in querydsl:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.