Skip to content

Commit 2409d2b

Browse files
author
Roshan George
committed
Depend on non-SNAPSHOT versions only
1 parent 30b917f commit 2409d2b

File tree

1 file changed

+32
-7
lines changed

1 file changed

+32
-7
lines changed

pom.xml

Lines changed: 32 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<parent>
3838
<groupId>com.liveramp</groupId>
3939
<artifactId>pom-common</artifactId>
40-
<version>1.1-SNAPSHOT</version>
40+
<version>1.5</version>
4141
</parent>
4242

4343
<repositories>
@@ -50,16 +50,23 @@
5050
</repositories>
5151

5252
<dependencies>
53-
<dependency>
54-
<groupId>com.google.code.gson</groupId>
55-
<artifactId>gson</artifactId>
56-
<version>2.2.4</version>
57-
</dependency>
5853

5954
<dependency>
6055
<groupId>com.liveramp</groupId>
6156
<artifactId>commons</artifactId>
62-
<version>1.1-SNAPSHOT</version>
57+
<version>1.4</version>
58+
</dependency>
59+
60+
<dependency>
61+
<groupId>com.google.guava</groupId>
62+
<artifactId>guava</artifactId>
63+
<version>13.0.1</version>
64+
</dependency>
65+
66+
<dependency>
67+
<groupId>com.google.code.gson</groupId>
68+
<artifactId>gson</artifactId>
69+
<version>2.2.4</version>
6370
</dependency>
6471

6572
<dependency>
@@ -68,6 +75,12 @@
6875
<version>2.5</version>
6976
</dependency>
7077

78+
<dependency>
79+
<groupId>org.apache.commons</groupId>
80+
<artifactId>commons-lang3</artifactId>
81+
<version>3.3.2</version>
82+
</dependency>
83+
7184
<dependency>
7285
<groupId>commons-io</groupId>
7386
<artifactId>commons-io</artifactId>
@@ -80,6 +93,18 @@
8093
<version>13.0</version>
8194
</dependency>
8295

96+
<dependency>
97+
<groupId>log4j</groupId>
98+
<artifactId>log4j</artifactId>
99+
<version>1.2.16</version>
100+
</dependency>
101+
102+
<dependency>
103+
<groupId>org.slf4j</groupId>
104+
<artifactId>slf4j-api</artifactId>
105+
<version>1.5.6</version>
106+
</dependency>
107+
83108
<dependency>
84109
<groupId>org.mockito</groupId>
85110
<artifactId>mockito-core</artifactId>

0 commit comments

Comments
 (0)