Project

General

Profile

« Previous | Next » 

Revision 56766

Cleaning up the code

View differences:

pom.xml
177 177
            <version>2.7.0</version>
178 178
        </dependency>
179 179

  
180
        <!-- https://mvnrepository.com/artifact/cz.habarta.typescript-generator/typescript-generator-maven-plugin -->
181
        <!--<dependency>
182
            <groupId>cz.habarta.typescript-generator</groupId>
183
            <artifactId>typescript-generator-maven-plugin</artifactId>
184
            <version>1.29.366</version>
185
        </dependency>-->
186 180
        <!-- https://mvnrepository.com/artifact/postgresql/postgresql -->
187 181
        <dependency>
188 182
            <groupId>postgresql</groupId>
......
194 188
        <dependency>
195 189
            <groupId>org.apache.tomcat</groupId>
196 190
            <artifactId>tomcat-catalina</artifactId>
197
            <version>LATEST</version>
191
            <version>9.0.22</version>
198 192
        </dependency>
199 193

  
200 194
        <dependency>
201 195
            <groupId>commons-fileupload</groupId>
202 196
            <artifactId>commons-fileupload</artifactId>
203
            <version>LATEST</version>
197
            <version>1.4</version>
204 198
        </dependency>
205 199

  
206 200
        <dependency>
......
304 298
                    <failOnMissingWebXml>false</failOnMissingWebXml>
305 299
                </configuration>
306 300
            </plugin>
307

  
308

  
309
            <!--<plugin>-->
310
                <!--<groupId>com.googlecode.maven-download-plugin</groupId>-->
311
                <!--<artifactId>download-maven-plugin</artifactId>-->
312
                <!--<version>1.3.0</version>-->
313
                <!--<executions>-->
314
                    <!--<execution>-->
315
                        <!--<phase>process-resources</phase>-->
316
                        <!--<goals>-->
317
                            <!--<goal>wget</goal>-->
318
                        <!--</goals>-->
319
                        <!--<configuration>-->
320
                            <!--<url>-->
321
                                <!--https://github.com/ostranme/swagger-ui-themes/archive/v3.0.0.zip-->
322
                            <!--</url>-->
323
                            <!--<unpack>true</unpack>-->
324
                            <!--<outputDirectory>${project.build.directory}</outputDirectory>-->
325
                        <!--</configuration>-->
326
                    <!--</execution>-->
327
                <!--</executions>-->
328
            <!--</plugin>-->
329

  
330

  
331

  
332
<!--
333
            <plugin>
334
                <groupId>org.apache.maven.plugins</groupId>
335
                <artifactId>maven-antrun-plugin</artifactId>
336
                <version>1.8</version>
337
                <executions>
338
                    <execution>
339
                        <phase>prepare-package</phase>
340
                        <goals>
341
                            <goal>run</goal>
342
                        </goals>
343
                        <configuration>
344
                            <tasks>
345
                                <sequential>
346
                                    <echo>Add theme</echo>
347
                                    <replace token="&lt;/head&gt;"
348
                                             value="&lt;link href='webjars/springfox-swagger-ui/themes/2.x/theme-feeling-blue.css' rel=&quot;stylesheet&quot;/&gt;&lt;/head&gt;"
349
                                             dir="${settings.localRepository}/io/springfox/springfox-swagger-ui/2.7.0/META-INF/resources">
350
                                        <include name="swagger-ui.html"/>
351
                                    </replace>
352
                                </sequential>
353
                            </tasks>
354
                        </configuration>
355
                    </execution>
356
                </executions>
357
            </plugin>
358
-->
359

  
360
            <!--<plugin>
361
                <groupId>cz.habarta.typescript-generator</groupId>
362
                <artifactId>typescript-generator-maven-plugin</artifactId>
363
                <version>1.29.366</version>
364
                <executions>
365
                    <execution>
366
                        <id>generate1</id>
367
                        <goals>
368
                            <goal>generate</goal>
369
                        </goals>
370
                        <configuration>
371
                            <jsonLibrary>jackson2</jsonLibrary>
372
                            <outputFileType>implementationFile</outputFileType>
373
                            <mapClasses>asClasses</mapClasses>
374
                            <classPatterns>
375
                                <pattern>eu.dnetlib.domain.data.*</pattern>
376
                            </classPatterns>
377
                            <outputFile>target/typeScriptClasses.ts</outputFile>
378
                            <outputKind>module</outputKind>
379
                        </configuration>
380
                    </execution>
381
                </executions>
382
            </plugin>-->
383 301
        </plugins>
384 302
        <finalName>uoa-repository-manager-service</finalName>
385 303
        <resources>

Also available in: Unified diff