Ignore:
Timestamp:
11/30/17 18:28:29 (7 years ago)
Author:
pharms
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-distribution/pom.xml

    r2222 r2223  
    7171        </dependency> 
    7272 
     73        <!-- the following complex stuff is required, just because profile selections is 
     74             not propagated to transient dependencies. --> 
    7375        <dependency> 
    7476            <groupId>de.ugoe.cs.autoquest</groupId> 
     
    8890            <version>${project.parent.version}</version> 
    8991            <classifier>${envClassifier}</classifier> 
    90         </dependency> 
    91         <!-- dependency> 
     92            <exclusions> 
     93                <exclusion> 
     94                    <groupId>org.eclipse.swt</groupId> 
     95                </exclusion> 
     96            </exclusions>  
     97        </dependency> 
     98        <dependency> 
    9299            <groupId>org.eclipse.swt</groupId> 
    93100            <artifactId>${swt.artifactId}</artifactId> 
    94101            <version>4.3</version> 
    95         </dependency--> 
     102        </dependency> 
    96103 
    97104    </dependencies> 
Note: See TracChangeset for help on using the changeset viewer.