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
4 changed files with 29 additions and 7 deletions

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>