Resolved Missing Dependency

The specific snapshot for DarkLAF has been removed, this replaces it temporarily with a local copy
This commit is contained in:
Konloch 2021-07-23 17:24:10 -07:00
parent 84c1834ada
commit 173b4b85b9
11 changed files with 29 additions and 13 deletions

View File

@ -21,3 +21,4 @@ Some dependencies may have been modified or could be released by their author in
- `JD-GUI`: Removed ASM and RSyntaxTextArea
- `APKTool`: Recompiled with the newest dependency versions, removed prebuilt folder
- `DarkLAF`: Merged core & windows libraries for 2.6.2-20210719.010320-83

View File

@ -0,0 +1 @@
41d368cd63ae76bba69ccb6e967866fe

View File

@ -0,0 +1 @@
96f9c3d3bee336c4653abf42444c025b6dfd1836

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.weisj</groupId>
<artifactId>darklaf-bcv</artifactId>
<version>2.6.2bcv</version>
</project>

View File

@ -0,0 +1 @@
74478ea2fe1166fa888c71a79567301d

View File

@ -0,0 +1 @@
d30064114889fe65ffd7c6c27f295351dec57586

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<groupId>com.github.weisj</groupId>
<artifactId>darklaf-bcv</artifactId>
<versioning>
<release>2.6.2bcv</release>
<versions>
<version>2.6.2bcv</version>
</versions>
<lastUpdated>20210724002216</lastUpdated>
</versioning>
</metadata>

View File

@ -0,0 +1 @@
75dd4d459bc5baedf71904887dc0b60e

View File

@ -0,0 +1 @@
cc64fe02e94fab19ada3c4e39a6d984d5bf541b1

15
pom.xml
View File

@ -225,20 +225,9 @@
</dependency>
<dependency>
<groupId>com.github.weisj</groupId>
<artifactId>darklaf-core</artifactId>
<version>2.6.2-20210719.010320-83</version> <!-- TODO Change to release when ready, see below -->
<artifactId>darklaf-bcv</artifactId>
<version>2.6.2bcv</version>
</dependency>
<dependency>
<groupId>com.github.weisj</groupId>
<artifactId>darklaf-windows</artifactId>
<version>2.6.2-20210719.010320-83</version>
</dependency>
<!-- RELEASE VERSION:
<dependency>
<groupId>com.github.weisj</groupId>
<artifactId>darklaf-core</artifactId>
<version>2.6.2</version>
</dependency>-->
<dependency>
<groupId>com.github.weisj</groupId>
<artifactId>darklaf-extensions-rsyntaxarea</artifactId>