-
Notifications
You must be signed in to change notification settings - Fork 0
/
pom.xml
43 lines (36 loc) · 1.21 KB
/
pom.xml
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
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>com.transcendcomputing.topstack</groupId>
<artifactId>scheduler</artifactId>
<version>2.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Scheduler</name>
<description>
Quartz scheduler package
</description>
<inceptionYear>2010</inceptionYear>
<url>http://www.transcendcomputing.com</url>
<properties>
</properties>
<dependencies>
<dependency>
<groupId>com.transcendcomputing.topstack</groupId>
<artifactId>tough-core</artifactId>
<version>2.0.1-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
</dependencies>
<distributionManagement>
<repository>
<id>sonatype-nexus-staging</id>
<url>http://jenkins.momentumsoftware.com/service/local/staging/deploy/maven2
</url>
<uniqueVersion>false</uniqueVersion>
</repository>
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
<url>http://jenkins.momentumsoftware.com/content/repositories/snapshots
</url>
</snapshotRepository>
</distributionManagement>
</project>