refactor; switch library to maven remote

This commit is contained in:
Downforce Agent 2024-05-07 08:21:46 -05:00
parent 3573e23cf5
commit 0175293a0a
4 changed files with 11 additions and 10 deletions

10
.idea/libraries/json.xml Normal file
View File

@ -0,0 +1,10 @@
<component name="libraryTable">
<library name="json" type="repository">
<properties maven-id="org.json:json:20240303" />
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/org/json/json/20240303/json-20240303.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>

View File

@ -1,9 +0,0 @@
<component name="libraryTable">
<library name="org.json-1.6-20240205">
<CLASSES>
<root url="jar://$PROJECT_DIR$/lib/org.json.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>

View File

@ -7,7 +7,7 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="org.json-1.6-20240205" level="project" />
<orderEntry type="library" name="net.lingala.zip4j" level="project" />
<orderEntry type="library" name="json" level="project" />
</component>
</module>

Binary file not shown.