Skip to content

Commit 2685972

Browse files
committed
chore(Internal): 🔀 fixed merge conflicts
2 parents f1c9bb9 + 671d03b commit 2685972

File tree

1 file changed

+16
-9
lines changed

1 file changed

+16
-9
lines changed

core-java/pom.xml

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,25 @@
44
~
55
~ Copyright (c) 2022 Wasiq Bhamla
66
~
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
1013
~ 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:
1317
~
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
1520
~ copies or substantial portions of the Software.
1621
-->
1722

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">
2026
<modelVersion>4.0.0</modelVersion>
2127
<groupId>com.github.wasiqb.boyka</groupId>
2228
<artifactId>boyka-framework</artifactId>
@@ -207,7 +213,8 @@
207213
<artifactId>log4j-api</artifactId>
208214
<version>${log4j-api.version}</version>
209215
</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 -->
211218
<dependency>
212219
<groupId>com.fasterxml.jackson.dataformat</groupId>
213220
<artifactId>jackson-dataformat-yaml</artifactId>

0 commit comments

Comments
 (0)