|
4 | 4 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
5 | 5 | <modelVersion>4.0.0</modelVersion> |
6 | 6 |
|
7 | | - <groupId>javalin-openapi.openapi-platforms.javalin-modules</groupId> |
| 7 | + <groupId>io.javalin.community.openapi.examples</groupId> |
8 | 8 | <artifactId>javalin-apptest</artifactId> |
9 | | - <version>1.1.7</version> |
| 9 | + <version>1.0.0</version> |
10 | 10 |
|
11 | 11 | <properties> |
12 | | - <maven.compiler.source>8</maven.compiler.source> |
13 | | - <maven.compiler.target>8</maven.compiler.target> |
| 12 | + <maven.compiler.source>11</maven.compiler.source> |
| 13 | + <maven.compiler.target>11</maven.compiler.target> |
| 14 | + <javalin.openapi>5.1.4-2</javalin.openapi> |
14 | 15 | </properties> |
15 | 16 |
|
16 | 17 | <repositories> |
17 | | - <repository> |
18 | | - <id>panda-repository</id> |
19 | | - <url>https://maven.reposilite.com/releases</url> |
20 | | - </repository> |
21 | 18 | <repository> |
22 | 19 | <id>panda-repository</id> |
23 | 20 | <url>https://maven.reposilite.com/snapshots</url> |
|
48 | 45 | <dependency> |
49 | 46 | <groupId>io.javalin-rfc</groupId> |
50 | 47 | <artifactId>javalin-openapi-plugin</artifactId> |
51 | | - <version>1.1.7</version> |
| 48 | + <version>${javlain.openapi}</version> |
52 | 49 | </dependency> |
53 | 50 | <dependency> |
54 | 51 | <groupId>io.javalin-rfc</groupId> |
55 | 52 | <artifactId>javalin-swagger-plugin</artifactId> |
56 | | - <version>1.1.7</version> |
| 53 | + <version>${javlain.openapi}</version> |
57 | 54 | </dependency> |
58 | 55 | <dependency> |
59 | 56 | <groupId>io.javalin-rfc</groupId> |
60 | 57 | <artifactId>javalin-redoc-plugin</artifactId> |
61 | | - <version>1.1.7</version> |
| 58 | + <version>${javlain.openapi}</version> |
62 | 59 | </dependency> |
63 | 60 | <dependency> |
64 | 61 | <groupId>org.webjars.npm</groupId> |
|
85 | 82 | <annotationProcessorPath> |
86 | 83 | <groupId>io.javalin-rfc</groupId> |
87 | 84 | <artifactId>openapi-annotation-processor</artifactId> |
88 | | - <version>5.1.4-1</version> |
| 85 | + <version>${javlain.openapi}</version> |
89 | 86 | </annotationProcessorPath> |
90 | 87 | </annotationProcessorPaths> |
91 | 88 | </configuration> |
|
0 commit comments