Skip to content

Commit 94789e4

Browse files
committed
chore(Internal): fixed merge conflicts
2 parents 303202d + f36f39b commit 94789e4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

core-java/pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
-->
1717

1818
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xmlns="http://maven.apache.org/POM/4.0.0"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
xmlns="http://maven.apache.org/POM/4.0.0"
20+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2121
<modelVersion>4.0.0</modelVersion>
2222
<groupId>com.github.wasiqb.boyka</groupId>
2323
<artifactId>boyka-framework</artifactId>
@@ -209,7 +209,8 @@
209209
<artifactId>log4j-api</artifactId>
210210
<version>${log4j-api.version}</version>
211211
</dependency>
212-
<!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-yaml -->
212+
<!--
213+
https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-yaml -->
213214
<dependency>
214215
<groupId>com.fasterxml.jackson.dataformat</groupId>
215216
<artifactId>jackson-dataformat-yaml</artifactId>
@@ -533,4 +534,4 @@
533534
</build>
534535
</profile>
535536
</profiles>
536-
</project>
537+
</project>

0 commit comments

Comments
 (0)