Skip to content

Commit

Permalink
Moves DuraCloud dependency to 4.0.0, updates to require Java 8, and r…
Browse files Browse the repository at this point in the history
…emoves unused dependency on computeprovider project.
  • Loading branch information
bbranan committed Jul 1, 2016
1 parent da774f8 commit 081b10f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
6 changes: 0 additions & 6 deletions account-management-db-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@
<version>${duracloud.artifact.version}</version>
</dependency>

<dependency>
<groupId>org.duracloud</groupId>
<artifactId>computeprovider</artifactId>
<version>${duracloud.artifact.version}</version>
</dependency>

<!--External dependencies-->
<dependency>
<groupId>org.hibernate</groupId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
<log.level.default>INFO</log.level.default>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<duracloud.artifact.version>4.0.0-SNAPSHOT</duracloud.artifact.version>
<duracloud.artifact.version>4.0.0</duracloud.artifact.version>
<org.springframework.version>4.2.5.RELEASE</org.springframework.version>
<org.springframework.security.version>4.0.4.RELEASE</org.springframework.security.version>
<org.springframework.data.jpa.version>1.10.1.RELEASE</org.springframework.data.jpa.version>
Expand Down Expand Up @@ -286,8 +286,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
<source>1.8</source>
<target>1.8</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
Expand Down

0 comments on commit 081b10f

Please sign in to comment.