Updated to get bsaf-1.9.2.jar locally instead of from maven repository. (#1667)

This commit is contained in:
Hong Chen 2024-03-13 10:21:50 -05:00 committed by GitHub
parent 0db42a1012
commit da0ddfcb89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 29 additions and 7 deletions

View File

@ -43,6 +43,13 @@
<trick_version>dev</trick_version>
</properties>
<repositories>
<repository>
<id>third-party</id>
<url>file://${basedir}/src/lib/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>junit</groupId>
@ -51,15 +58,9 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jdesktop.bsaf</groupId>
<groupId>third-party</groupId>
<artifactId>bsaf</artifactId>
<version>1.9.2</version>
<exclusions>
<exclusion>
<groupId>javax.jnlp</groupId>
<artifactId>jnlp</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jfree</groupId>

Binary file not shown.

View File

@ -0,0 +1,9 @@
<?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>third-party</groupId>
<artifactId>bsaf</artifactId>
<version>1.9.2</version>
<description>POM was created from install:install-file</description>
</project>

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<groupId>third-party</groupId>
<artifactId>bsaf</artifactId>
<versioning>
<release>1.9.2</release>
<versions>
<version>1.9.2</version>
</versions>
<lastUpdated>20240313142443</lastUpdated>
</versioning>
</metadata>