aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMDWay <roman.graef@gmail.com>2017-06-08 11:12:58 +0200
committerGitHub <noreply@github.com>2017-06-08 11:12:58 +0200
commitff6db391d9dbbb9323a5c2f682edd51cf8375ca0 (patch)
treed6e5e71ab60040e670959ab910537c6cd27fcc81
parente3a404e79d738eee9565917d1aeb4e91d1907a49 (diff)
downloadicndbwrapper-ff6db391d9dbbb9323a5c2f682edd51cf8375ca0.tar.gz
icndbwrapper-ff6db391d9dbbb9323a5c2f682edd51cf8375ca0.tar.bz2
icndbwrapper-ff6db391d9dbbb9323a5c2f682edd51cf8375ca0.zip
Create pom.xml
-rw-r--r--pom.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
new file mode 100644
index 0000000..5492aac
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,24 @@
+<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>
+ <groupId>icndb</groupId>
+ <artifactId>icndb</artifactId>
+ <version>1.0.0</version>
+ <packaging>jar</packaging>
+
+ <dependencies>
+ <dependency>
+ <groupId>com.google.code.gson</groupId>
+ <artifactId>gson</artifactId>
+ <version>2.8.1</version>
+ </dependency>
+ </dependencies>
+
+ <repositories>
+ //Maven Center
+ </repositories>
+
+</project>