Project

General

Profile

« Previous | Next » 

Revision 50075

1. Update pom
2. New method on repository api ( update values on registration )

View differences:

pom.xml
35 35
                    <failOnMissingWebXml>false</failOnMissingWebXml>
36 36
                </configuration>
37 37
            </plugin>
38
           <!-- <plugin>
38
            <!--<plugin>
39 39
                <groupId>cz.habarta.typescript-generator</groupId>
40 40
                <artifactId>typescript-generator-maven-plugin</artifactId>
41
                <version>1.27.339</version>
41
                <version>1.29.366</version>
42 42
                <executions>
43 43
                    <execution>
44 44
                        <id>generate1</id>
......
214 214
        <dependency>
215 215
            <groupId>io.springfox</groupId>
216 216
            <artifactId>springfox-swagger-ui</artifactId>
217
            <version>2.7.1-SNAPSHOT</version>
217
            <version>2.7.0</version>
218 218
        </dependency>
219

  
220
        <!-- https://mvnrepository.com/artifact/cz.habarta.typescript-generator/typescript-generator-maven-plugin -->
221
        <dependency>
222
            <groupId>cz.habarta.typescript-generator</groupId>
223
            <artifactId>typescript-generator-maven-plugin</artifactId>
224
            <version>1.29.366</version>
225
        </dependency>
226

  
227

  
219 228
    </dependencies>
220 229

  
221
    <repositories>
222
        <repository>
223
            <id>jcenter-snapshots</id>
224
            <name>jcenter</name>
225
            <url>http://oss.jfrog.org/artifactory/oss-snapshot-local/</url>
226
        </repository>
227
    </repositories>
228

  
229
</project>
230
</project>

Also available in: Unified diff