Skip to content

Commit

Permalink
Added POM file
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Oct 4, 2024
1 parent c5f2c74 commit 94b8ca5
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions etc/core/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
<?xml version="1.0" encoding="UTF-8"?>
<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 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>dev.soundness</groupId>
<artifactId>gesticulate-core</artifactId>
<version>0.16.0</version>
<licenses>
<license>
<name>Apache 2</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>Gesticulate</name>
<description>Safe representations of MIME types</description>
<url>https://soundness.dev/gesticulate</url>
<packaging>jar</packaging>
<properties>
<java.version>21</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>dev.soundness</groupId>
<artifactId>gossamer-core</artifactId>
<version>0.16.0</version>
</dependency>
<dependency>
<groupId>dev.soundness</groupId>
<artifactId>anticipation-html</artifactId>
<version>0.16.0</version>
</dependency>
</dependencies>
<organization>
<name>Propensive</name>
<url>https://propensive.com/</url>
</organization>
<scm>
<url>https://github.com/propensive/gesticulate</url>
<connection>scm:[email protected]:propensive/gesticulate.git</connection>
</scm>
<developers>
<developer>
<id>propensive</id>
<name>Jon Pretty</name>
<email>[email protected]</email>
<url>https://propensive.com/</url>
</developer>
</developers>
</project>

0 comments on commit 94b8ca5

Please sign in to comment.