|
103 | 103 | <scope>provided</scope> |
104 | 104 | <version>4.3.1</version> |
105 | 105 | </dependency> |
106 | | - |
107 | | - <!-- JSON logging --> |
108 | | - <dependency> |
109 | | - <groupId>io.quarkus</groupId> |
110 | | - <artifactId>quarkus-logging-json</artifactId> |
111 | | - </dependency> |
| 106 | + <!-- Json logging / Enable this if you do not use tkit-json-log --> |
| 107 | +<!-- <dependency>--> |
| 108 | +<!-- <groupId>io.quarkus</groupId>--> |
| 109 | +<!-- <artifactId>quarkus-logging-json</artifactId>--> |
| 110 | +<!-- </dependency>--> |
112 | 111 |
|
113 | 112 | <!-- Lombok, which does what java should do out of the box --> |
114 | 113 | <dependency> |
|
139 | 138 | <scope>provided</scope> |
140 | 139 | </dependency> |
141 | 140 |
|
142 | | - <!--Testing --> |
| 141 | + <!-- 1000kit extensions--> |
143 | 142 | <dependency> |
144 | | - <groupId>io.quarkus</groupId> |
145 | | - <artifactId>quarkus-junit5</artifactId> |
146 | | - <scope>test</scope> |
| 143 | + <groupId>org.tkit.quarkus</groupId> |
| 144 | + <artifactId>tkit-quarkus-rest</artifactId> |
| 145 | + <version>2.4.0</version> |
147 | 146 | </dependency> |
| 147 | + <!-- Business method logger... --> |
148 | 148 | <dependency> |
149 | | - <groupId>io.rest-assured</groupId> |
150 | | - <artifactId>rest-assured</artifactId> |
151 | | - <scope>test</scope> |
| 149 | + <groupId>org.tkit.quarkus</groupId> |
| 150 | + <artifactId>tkit-quarkus-log-cdi</artifactId> |
| 151 | + <version>1.4.5</version> |
152 | 152 | </dependency> |
| 153 | + <!-- REST communication logger.. --> |
153 | 154 | <dependency> |
154 | | - <groupId>org.testcontainers</groupId> |
155 | | - <artifactId>testcontainers</artifactId> |
156 | | - <version>1.15.2</version> |
157 | | - <scope>test</scope> |
| 155 | + <groupId>org.tkit.quarkus</groupId> |
| 156 | + <artifactId>tkit-quarkus-log-rs</artifactId> |
| 157 | + <version>1.4.5</version> |
158 | 158 | </dependency> |
| 159 | + <!-- Extended structured JSON logger --> |
| 160 | + <dependency> |
| 161 | + <groupId>org.tkit.quarkus</groupId> |
| 162 | + <artifactId>tkit-quarkus-log-json</artifactId> |
| 163 | + <version>1.4.5</version> |
| 164 | + </dependency> |
| 165 | + |
| 166 | + <!-- Component level integration tests --> |
159 | 167 | <dependency> |
160 | | - <groupId>org.testcontainers</groupId> |
161 | | - <artifactId>junit-jupiter</artifactId> |
162 | | - <version>1.15.2</version> |
| 168 | + <groupId>org.tkit.quarkus</groupId> |
| 169 | + <artifactId>tkit-quarkus-test</artifactId> |
| 170 | + <version>1.12.0</version> |
163 | 171 | <scope>test</scope> |
164 | 172 | </dependency> |
| 173 | + |
| 174 | + <!--Testing --> |
165 | 175 | <dependency> |
166 | | - <groupId>org.testcontainers</groupId> |
167 | | - <artifactId>postgresql</artifactId> |
168 | | - <version>1.15.2</version> |
| 176 | + <groupId>io.quarkus</groupId> |
| 177 | + <artifactId>quarkus-junit5</artifactId> |
169 | 178 | <scope>test</scope> |
170 | 179 | </dependency> |
171 | 180 |
|
| 181 | + <dependency> |
| 182 | + <groupId>io.rest-assured</groupId> |
| 183 | + <artifactId>rest-assured</artifactId> |
| 184 | + <scope>test</scope> |
| 185 | + </dependency> |
172 | 186 | </dependencies> |
173 | 187 | <build> |
174 | 188 | <plugins> |
|
209 | 223 | </systemPropertyVariables> |
210 | 224 | </configuration> |
211 | 225 | </plugin> |
212 | | - <plugin> |
| 226 | + |
| 227 | + |
| 228 | + <plugin> |
213 | 229 | <groupId>com.mysema.maven</groupId> |
214 | 230 | <artifactId>apt-maven-plugin</artifactId> |
215 | 231 | <version>1.1.3</version> |
|
0 commit comments