Skip to content

Commit

Permalink
Updated to get bsaf-1.9.2.jar locally instead of from maven repositor…
Browse files Browse the repository at this point in the history
…y. (#1667)
  • Loading branch information
hchen99 committed Mar 13, 2024
1 parent 0db42a1 commit da0ddfc
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 7 deletions.
15 changes: 8 additions & 7 deletions trick_source/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -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>
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit da0ddfc

Please sign in to comment.