|
5 | 5 | <modelVersion>4.0.0</modelVersion>
|
6 | 6 | <groupId>eu.wdaqua.qanary.component</groupId>
|
7 | 7 | <artifactId>qanary-component-QB-SimpleRealNameOfSuperHero</artifactId>
|
8 |
| - <version>3.2.0</version> |
| 8 | + <version>3.3.0</version> |
| 9 | + |
9 | 10 | <parent>
|
10 |
| - <groupId>org.springframework.boot</groupId> |
11 |
| - <artifactId>spring-boot-starter-parent</artifactId> |
12 |
| - <version>2.6.7</version> |
13 |
| - <relativePath /> <!-- lookup parent from repository --> |
| 11 | + <groupId>eu.wdaqua.qanary</groupId> |
| 12 | + <artifactId>qa.qanarycomponent-parent</artifactId> |
| 13 | + <version>[0.1.0,1.0.0)</version> |
14 | 14 | </parent>
|
| 15 | + |
15 | 16 | <properties>
|
16 | 17 | <java.version>17</java.version>
|
17 |
| - <qanary.version>[3.7.6,4.0.0)</qanary.version> |
18 | 18 | <docker.image.prefix>qanary</docker.image.prefix>
|
19 | 19 | <docker.image.name>qanary-component-qb-simplerealnameofsuperhero</docker.image.name>
|
20 | 20 | <dockerfile-maven-version>1.4.13</dockerfile-maven-version>
|
21 |
| - <spingdoc.version>1.7.0</spingdoc.version> |
22 | 21 | </properties>
|
23 | 22 |
|
24 | 23 | <dependencies>
|
25 |
| - <dependency> |
26 |
| - <groupId>eu.wdaqua.qanary</groupId> |
27 |
| - <artifactId>qa.component</artifactId> |
28 |
| - <version>${qanary.version}</version> |
29 |
| - <exclusions> |
30 |
| - <exclusion> |
31 |
| - <groupId>org.apache.logging.log4j</groupId> |
32 |
| - <artifactId>log4j-to-slf4j</artifactId> |
33 |
| - </exclusion> |
34 |
| - </exclusions> |
35 |
| - </dependency> |
36 |
| - <dependency> |
37 |
| - <groupId>eu.wdaqua.qanary</groupId> |
38 |
| - <artifactId>qa.commons</artifactId> |
39 |
| - <version>[3.5.4,4.0.0]</version> |
40 |
| - </dependency> |
41 |
| - <dependency> |
42 |
| - <groupId>org.apache.logging.log4j</groupId> |
43 |
| - <artifactId>log4j-to-slf4j</artifactId> |
44 |
| - <version>[2.19.0,3.)</version> |
45 |
| - <exclusions> |
46 |
| - <exclusion> |
47 |
| - <groupId>org.apache.logging.log4j</groupId> |
48 |
| - <artifactId>log4j-api</artifactId> |
49 |
| - </exclusion> |
50 |
| - </exclusions> |
51 |
| - </dependency> |
52 |
| - <dependency> |
53 |
| - <groupId>org.springframework.boot</groupId> |
54 |
| - <artifactId>spring-boot-starter-web</artifactId> |
55 |
| - </dependency> |
56 |
| - <dependency> |
57 |
| - <groupId>org.springframework.boot</groupId> |
58 |
| - <artifactId>spring-boot-starter-test</artifactId> |
59 |
| - <scope>test</scope> |
60 |
| - </dependency> |
61 |
| - <dependency> |
62 |
| - <groupId>org.hamcrest</groupId> |
63 |
| - <artifactId>hamcrest-all</artifactId> |
64 |
| - <version>1.3</version> |
65 |
| - <scope>test</scope> |
66 |
| - </dependency> |
67 | 24 | <dependency>
|
68 | 25 | <groupId>org.junit.jupiter</groupId>
|
69 | 26 | <artifactId>junit-jupiter-engine</artifactId>
|
70 | 27 | <scope>test</scope>
|
71 | 28 | </dependency>
|
72 |
| - <dependency> |
73 |
| - <groupId>junit</groupId> |
74 |
| - <artifactId>junit</artifactId> |
75 |
| - <scope>test</scope> |
76 |
| - <exclusions> |
77 |
| - <exclusion> |
78 |
| - <artifactId>hamcrest-core</artifactId> |
79 |
| - <groupId>org.hamcrest</groupId> |
80 |
| - </exclusion> |
81 |
| - </exclusions> |
82 |
| - </dependency> |
83 | 29 | <dependency>
|
84 | 30 | <groupId>org.springframework</groupId>
|
85 | 31 | <artifactId>spring-test</artifactId>
|
|
108 | 54 | <dependency>
|
109 | 55 | <groupId>org.springdoc</groupId>
|
110 | 56 | <artifactId>springdoc-openapi-ui</artifactId>
|
111 |
| - <version>${spingdoc.version}</version> |
112 | 57 | </dependency>
|
113 | 58 | <dependency>
|
114 | 59 | <groupId>org.springdoc</groupId>
|
115 | 60 | <artifactId>springdoc-openapi-webmvc-core</artifactId>
|
116 |
| - <version>${spingdoc.version}</version> |
117 | 61 | </dependency>
|
118 | 62 | </dependencies>
|
119 | 63 | <build>
|
|
0 commit comments