summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJonathan Bauer2014-10-10 19:18:55 +0200
committerJonathan Bauer2014-10-10 19:18:55 +0200
commitccf9058f1e22b4372692cce0565249369e74695f (patch)
tree4e3cadfbfd66f3d75a2c5b4cbe04887125ece9fb /pom.xml
parentAdded ECP URL to OrganizationData, added registerOrganization() (diff)
downloadmaster-sync-shared-ccf9058f1e22b4372692cce0565249369e74695f.tar.gz
master-sync-shared-ccf9058f1e22b4372692cce0565249369e74695f.tar.xz
master-sync-shared-ccf9058f1e22b4372692cce0565249369e74695f.zip
version ranges cause they are cool
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 4e43537..e2c3301 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,7 +86,7 @@
<dependency>
<groupId>org.apache.thrift</groupId>
<artifactId>libthrift</artifactId>
- <version>0.9.1</version>
+ <version>[0.9.1,1.0.0]</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -98,13 +98,13 @@
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
- <version>1.2.17</version>
+ <version>[1.2.10,1.2.20]</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
- <version>1.7.5</version>
+ <version>[1.5.8,1.7.5]</version>
<scope>compile</scope>
</dependency>
</dependencies>