diff options
| author | Ben Culkin <scorpress@gmail.com> | 2020-04-12 14:12:10 -0400 |
|---|---|---|
| committer | Ben Culkin <scorpress@gmail.com> | 2020-04-12 14:12:10 -0400 |
| commit | 22204c9475d578efbce882cae0f2b618d35386cb (patch) | |
| tree | 92e1e20bbd4b489c825398b7a4d787d9ea23b62b /firmal/pom.xml | |
Initial commit
Diffstat (limited to 'firmal/pom.xml')
| -rw-r--r-- | firmal/pom.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/firmal/pom.xml b/firmal/pom.xml new file mode 100644 index 0000000..74aca8c --- /dev/null +++ b/firmal/pom.xml @@ -0,0 +1,15 @@ +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> + <modelVersion>4.0.0</modelVersion> + <groupId>bjc</groupId> + <artifactId>firmal</artifactId> + <version>0.0.1-SNAPSHOT</version> + <name>firmal</name> + <description>Local browser for directories of HTML files. Created originally for browsing downloaded tumblr blogs</description> + <dependencies> + <dependency> + <groupId>bjc</groupId> + <artifactId>BJC-Utils2</artifactId> + <version>1.0.0</version> + </dependency> + </dependencies> +</project>
\ No newline at end of file |
