Skip to content

Commit

Permalink
bumped typesafe config version
Browse files Browse the repository at this point in the history
  • Loading branch information
sblackmon committed Feb 9, 2014
1 parent a8323f9 commit 6c6bf4f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@
<id>clojars.org</id>
<url>http://clojars.org/repo</url>
</repository>
<repository>
<id>cloudera</id>
<url>https://repository.cloudera.com/artifactory/repo</url>
</repository>
</repositories>

<properties>
Expand All @@ -69,6 +73,7 @@
<logback.version>1.0.9</logback.version>
<commons-io.version>2.4</commons-io.version>
<commons-lang3.version>3.1</commons-lang3.version>
<typesafe.config.version>1.2.0</typesafe.config.version>
<guava.version>15.0</guava.version>
<scala.version>2.8.0</scala.version>
<clojure.version>1.4.0</clojure.version>
Expand Down Expand Up @@ -174,6 +179,11 @@
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.typesafe</groupId>
<artifactId>config</artifactId>
<version>${typesafe.config.version}</version>
</dependency>

<dependency>
<groupId>junit</groupId>
Expand Down
2 changes: 1 addition & 1 deletion streams-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>com.typesafe</groupId>
<artifactId>config</artifactId>
<version>1.0.2</version>
<version>1.2.0</version>
</dependency>
<!--<dependency>-->
<!--<groupId>commons-configuration</groupId>-->
Expand Down
1 change: 0 additions & 1 deletion streams-contrib/streams-provider-moreover/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
<dependency>
<groupId>com.typesafe</groupId>
<artifactId>config</artifactId>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>org.apache.streams</groupId>
Expand Down

0 comments on commit 6c6bf4f

Please sign in to comment.