forked from nicholas22/jpropel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
propel-core-1.0.7.pom
46 lines (45 loc) · 1.31 KB
/
propel-core-1.0.7.pom
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.nicholas22</groupId>
<artifactId>propel-core</artifactId>
<packaging>jar</packaging>
<name>propel</name>
<version>1.0.7</version>
<description>The core project of the JPropel library</description>
<url>https://github.com/nicholas22/jpropel</url>
<licenses>
<license>
<name>GNU LESSER GENERAL PUBLIC LICENSE, Version 3.0</name>
<url>http://www.gnu.org/copyleft/lesser.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>git://github.com/nicholas22/jpropel.git</connection>
<url>https://github.com/nicholas22/jpropel</url>
</scm>
<developers>
<developer>
<id>nicholas22</id>
<name>Nick Tountas</name>
<email>[email protected]</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>com.github.peichhorn</groupId>
<artifactId>lombok-pg</artifactId>
<version>0.11.0</version>
</dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>1.6.2</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.6.4</version>
</dependency>
</dependencies>
</project>