|
4 | 4 | ~ |
5 | 5 | ~ Copyright (c) 2022 Wasiq Bhamla |
6 | 6 | ~ |
7 | | - ~ Permission is hereby granted, free of charge, to any person obtaining a copy |
8 | | - ~ of this software and associated documentation files (the "Software"), to deal |
9 | | - ~ in the Software without restriction, including without limitation the rights |
| 7 | + ~ Permission is hereby granted, |
| 8 | +free of charge, to any person obtaining a copy |
| 9 | + ~ of this software and associated documentation |
| 10 | +files (the "Software"), to deal |
| 11 | + ~ in the Software without restriction, including without |
| 12 | +limitation the rights |
10 | 13 | ~ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
11 | | - ~ copies of the Software, and to permit persons to whom the Software is |
12 | | - ~ furnished to do so, subject to the following conditions: |
| 14 | +~ copies of the Software, and to permit persons to whom the Software is |
| 15 | + ~ furnished to do so, |
| 16 | +subject to the following conditions: |
13 | 17 | ~ |
14 | | - ~ The above copyright notice and this permission notice shall be included in all |
| 18 | + ~ The above copyright notice and this permission notice |
| 19 | +shall be included in all |
15 | 20 | ~ copies or substantial portions of the Software. |
16 | 21 | --> |
17 | 22 |
|
18 | | -<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" |
19 | | - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 23 | +<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 24 | + xmlns="http://maven.apache.org/POM/4.0.0" |
| 25 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
20 | 26 | <modelVersion>4.0.0</modelVersion> |
21 | 27 | <groupId>com.github.wasiqb.boyka</groupId> |
22 | 28 | <artifactId>boyka-framework</artifactId> |
|
207 | 213 | <artifactId>log4j-api</artifactId> |
208 | 214 | <version>${log4j-api.version}</version> |
209 | 215 | </dependency> |
210 | | - <!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-yaml --> |
| 216 | + <!-- |
| 217 | + https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-yaml --> |
211 | 218 | <dependency> |
212 | 219 | <groupId>com.fasterxml.jackson.dataformat</groupId> |
213 | 220 | <artifactId>jackson-dataformat-yaml</artifactId> |
|
0 commit comments