Added Root POM for Snyk

This commit is contained in:
Erik C. Thauvin 2024-02-25 21:32:58 -08:00
parent 0d37c7b152
commit 2a9bb44fec
2 changed files with 3 additions and 3 deletions

11
pom.xml Normal file
View file

@ -0,0 +1,11 @@
<?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></groupId>
<artifactId></artifactId>
<version></version>
<name></name>
<description></description>
<url></url>
</project>