Skip to content

Commit 5386c74

Browse files
authored
Fix pom.xml
1 parent 2dfd4a5 commit 5386c74

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

core/pom.xml

+6-9
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
<version>3.9.4</version>
2626
<scope>provided</scope>
2727
</dependency>
28+
<dependency>
29+
<groupId>com.grack</groupId>
30+
<artifactId>nanojson</artifactId>
31+
<version>1.7</version>
32+
</dependency>
2833
</dependencies>
2934

3035
<build>
@@ -78,12 +83,4 @@
7883
</plugin>
7984
</plugins>
8085
</build>
81-
82-
<dependencies>
83-
<dependency>
84-
<groupId>com.grack</groupId>
85-
<artifactId>nanojson</artifactId>
86-
<version>1.7</version>
87-
</dependency>
88-
</dependencies>
89-
</project>
86+
</project>

0 commit comments

Comments
 (0)