Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

Commit

Permalink
Merge branch 'develop' into feature/cocoa_pods_options
Browse files Browse the repository at this point in the history
  • Loading branch information
Bradley Clayton committed Oct 25, 2018
2 parents 0a46bdc + debe668 commit 20fab4a
Showing 1 changed file with 11 additions and 18 deletions.
29 changes: 11 additions & 18 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,7 @@
</parent>

<dependencies>

<!--Android store upload library-->
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-androidpublisher</artifactId>
<version>v3-rev24-1.25.0</version>
</dependency>

<!-- Spring boot -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
Expand All @@ -32,21 +25,17 @@
<artifactId>spring-web</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.8.10</version>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<!-- Unit testing -->
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.0.0-M4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<!-- For reading YAML files -->
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
Expand All @@ -59,13 +48,18 @@
<artifactId>spring-boot-starter-freemarker</artifactId>
<version>1.5.7.RELEASE</version>
</dependency>

<!-- plist reading and writing PLists -->
<dependency>
<groupId>com.googlecode.plist</groupId>
<artifactId>dd-plist</artifactId>
<version>1.20</version>
</dependency>
<!--Android store upload library-->
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-androidpublisher</artifactId>
<version>v3-rev24-1.25.0</version>
</dependency>
</dependencies>

<repositories>
Expand Down Expand Up @@ -140,7 +134,6 @@
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.6</source>

<target>1.6</target>
</configuration>
</plugin>
Expand Down

0 comments on commit 20fab4a

Please sign in to comment.