Working export

This commit is contained in:
James 2022-02-05 16:11:31 -08:00
parent 36b2d2da68
commit a5e5e19368
3 changed files with 8 additions and 22 deletions

View File

@ -1,21 +0,0 @@
<component name="ArtifactManager">
<artifact type="jar" name="AOTSK-Login-Delegation-Server:jar">
<output-path>$PROJECT_DIR$/out/artifacts/AOTSK_Login_Delegation_Server_jar</output-path>
<root id="archive" name="AOTSK-Login-Delegation-Server.jar">
<element id="module-output" name="AOTSK-Login-Delegation-Server" />
<element id="extracted-dir" path="$MAVEN_REPOSITORY$/org/controlsfx/controlsfx/11.1.1/controlsfx-11.1.1.jar" path-in-jar="/" />
<element id="extracted-dir" path="$MAVEN_REPOSITORY$/org/jsoup/jsoup/1.14.2/jsoup-1.14.2.jar" path-in-jar="/" />
<element id="extracted-dir" path="$MAVEN_REPOSITORY$/org/apache/logging/log4j/log4j-api/2.17.0/log4j-api-2.17.0.jar" path-in-jar="/" />
<element id="extracted-dir" path="$MAVEN_REPOSITORY$/org/mongodb/bson/4.3.2/bson-4.3.2.jar" path-in-jar="/" />
<element id="extracted-dir" path="$MAVEN_REPOSITORY$/net/lingala/zip4j/zip4j/2.6.1/zip4j-2.6.1.jar" path-in-jar="/" />
<element id="extracted-dir" path="$MAVEN_REPOSITORY$/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar" path-in-jar="/" />
<element id="extracted-dir" path="$MAVEN_REPOSITORY$/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.jar" path-in-jar="/" />
<element id="extracted-dir" path="$MAVEN_REPOSITORY$/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.jar" path-in-jar="/" />
<element id="extracted-dir" path="$MAVEN_REPOSITORY$/com/jfoenix/jfoenix/8.0.10/jfoenix-8.0.10.jar" path-in-jar="/" />
<element id="extracted-dir" path="$MAVEN_REPOSITORY$/org/mongodb/mongodb-driver-core/4.3.2/mongodb-driver-core-4.3.2.jar" path-in-jar="/" />
<element id="extracted-dir" path="$MAVEN_REPOSITORY$/org/mongodb/mongodb-driver-sync/4.3.2/mongodb-driver-sync-4.3.2.jar" path-in-jar="/" />
<element id="extracted-dir" path="$MAVEN_REPOSITORY$/org/apache/logging/log4j/log4j-core/2.17.0/log4j-core-2.17.0.jar" path-in-jar="/" />
<element id="extracted-dir" path="$MAVEN_REPOSITORY$/junit/junit/4.10/junit-4.10.jar" path-in-jar="/" />
</root>
</artifact>
</component>

View File

@ -518,7 +518,7 @@ public class delegationServices {
try { try {
delegationProcesser(); delegationProcesser();
} catch (Exception exr) { } catch (Exception exr) {
System.out.println("No Pending Authentication: "); System.out.println("No Pending Authentication");
delegationTimer.trigger(); delegationTimer.trigger();
} }
} }

View File

@ -0,0 +1,7 @@
Manifest-Version: 1.0
Main-Class: com.jamesquinley.startup
Class-Path: bson-4.3.2.jar junit-4.10.jar jsoup-1.14.2.jar zip4j-2.6.1.j
ar controlsfx-11.1.1.jar mongodb-driver-sync-4.3.2.jar log4j-api-2.17.0
.jar log4j-core-2.17.0.jar jfoenix-8.0.10.jar mongodb-driver-core-4.3.2
.jar json-simple-1.1.1.jar slf4j-api-1.7.32.jar hamcrest-core-1.1.jar