Skip to content

Commit

Permalink
Added dependancies to POM.
Browse files Browse the repository at this point in the history
  • Loading branch information
MouaYing committed Jun 2, 2016
1 parent 01b6479 commit 29fac87
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</license>
</licenses>

<developers> <!-- TODO: Should we do it this way, or list the individuals who worked on it? -->
<developers>
<developer>
<name>SmartyStreets SDK Team</name>
<email>[email protected]</email>
Expand All @@ -40,6 +40,29 @@
<maven.compiler.target>1.7</maven.compiler.target>
</properties>

<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client</artifactId>
<version>1.21.0</version>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-jackson2</artifactId>
<version>1.21.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.1.3</version>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
Expand Down

0 comments on commit 29fac87

Please sign in to comment.