File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -22,23 +22,25 @@ The files in this package implement JSON encoders and decoders. The package can
2222# Build Instructions (pre-alpha)
2323
2424The org.json package can be built from the command line ONLY Maven. The unit tests can be executed from Maven only.
25- in project's pom.xml add:
25+ In project's pom.xml add in ``` <dependencies> ``` :
26+ ```
2627<dependencies>
2728 <dependency>
2829 <groupId>com.github.leonardofel</groupId>
2930 <artifactId>json-java-put-null-fix</artifactId>
3031 <version>3.0.29</version>
3132 </dependency>
32- ....
3333</dependencies>
34- ....
34+ ```
35+ and add in ``` <repositories> ``` :
36+ ```
3537<repositories>
36- ....
3738 <repository>
3839 <id>jitpack.io</id>
3940 <url>https://jitpack.io</url>
4041 </repository>
4142</repositories>
43+ ```
4244
4345
4446** Building from the command line**
You can’t perform that action at this time.
0 commit comments