IDEA project configuration: commons-codec converted to repository library

This commit is contained in:
nik
2017-11-13 10:19:35 +03:00
parent e06f4b8a61
commit 7e613ca2df
5 changed files with 5 additions and 4 deletions
+4 -3
View File
@@ -1,11 +1,12 @@
<component name="libraryTable">
<library name="commons-codec">
<library name="commons-codec" type="repository">
<properties maven-id="commons-codec:commons-codec:1.9" />
<CLASSES>
<root url="jar://$PROJECT_DIR$/lib/commons-codec-1.9.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/commons-codec/commons-codec/1.9/commons-codec-1.9.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$PROJECT_DIR$/lib/src/commons-codec-1.9-sources.jar!/"/>
<root url="jar://$MAVEN_REPOSITORY$/commons-codec/commons-codec/1.9/commons-codec-1.9-sources.jar!/" />
</SOURCES>
</library>
</component>
@@ -26,6 +26,7 @@ dependencies {
buildScriptsDeps loadLibraryMavenId("cli-parser")
buildScriptsDeps loadLibraryMavenId("protobuf")
buildScriptsDeps loadLibraryMavenId("OroMatcher")
buildScriptsDeps loadLibraryMavenId("commons-codec")
}
/**
-1
View File
@@ -54,7 +54,6 @@
<include name="httpclient-*.jar"/>
<include name="httpcore-*.jar"/>
<include name="httpmime-*.jar"/>
<include name="commons-codec-*.jar"/>
<include name="commons-logging-*.jar"/>
<include name="slf4j-api-*.jar"/>
<include name="slf4j-log4j12-*.jar"/>
Binary file not shown.
Binary file not shown.