summaryrefslogtreecommitdiff
path: root/persistence-compile-time/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'persistence-compile-time/pom.xml')
-rw-r--r--persistence-compile-time/pom.xml19
1 files changed, 0 insertions, 19 deletions
diff --git a/persistence-compile-time/pom.xml b/persistence-compile-time/pom.xml
deleted file mode 100644
index 90f5b8a..0000000
--- a/persistence-compile-time/pom.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?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/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <artifactId>container-playground</artifactId>
- <groupId>io.trygvis.container</groupId>
- <version>1.0-SNAPSHOT</version>
- </parent>
- <artifactId>persistence-compile-time</artifactId>
- <dependencies>
- <dependency>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- <version>2.6</version>
- </dependency>
- </dependencies>
-</project>