Changeset 7260


Ignore:
Timestamp:
12/20/21 17:23:53 (2 years ago)
Author:
Oliver Schonefeld
Message:
  • update dependencies and fix build
File:
1 edited

Legend:

Unmodified
Added
Removed
  • FCSEndpointTester/trunk/pom.xml

    r7250 r7260  
    2323        <!-- dependencies -->
    2424        <slf4j.version>1.7.32</slf4j.version>
    25         <httpClient.version>4.5.6</httpClient.version>
     25        <httpClient.version>4.5.13</httpClient.version>
    2626        <!-- Vaadin dependencies -->
    2727        <vaadin.version>7.7.15</vaadin.version>
     
    211211                    <compileReport>false</compileReport>
    212212                    <style>OBF</style>
    213                     <strict>true</strict>
    214                     <soyc>false</soyc>
    215213                </configuration>
    216214                <executions>
     
    227225                        <goals>
    228226                            <goal>resources</goal>
     227                            <goal>update-widgetset</goal>
    229228                            <goal>compile</goal>
    230229                        </goals>
Note: See TracChangeset for help on using the changeset viewer.