← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 19313: upgrade to spring security oauth2 2.0.7

 

------------------------------------------------------------
revno: 19313
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2015-06-09 11:44:27 +0700
message:
  upgrade to spring security oauth2 2.0.7
modified:
  dhis-2/pom.xml


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/pom.xml'
--- dhis-2/pom.xml	2015-06-02 02:19:17 +0000
+++ dhis-2/pom.xml	2015-06-09 04:44:27 +0000
@@ -25,7 +25,7 @@
     <name>HISP</name>
     <url>http://www.dhis2.org</url>
   </organization>
-  
+
   <modules>
     <module>dhis-api</module>
     <module>dhis-services</module>
@@ -255,7 +255,7 @@
           </executions>
           -->
         </plugin>
-        
+
         <plugin>
           <groupId>org.owasp</groupId>
           <artifactId>dependency-check-maven</artifactId>
@@ -268,7 +268,7 @@
             </execution>
           </executions>
         </plugin>
-        
+
       </plugins>
     </pluginManagement>
   </build>
@@ -507,9 +507,9 @@
 
       <!-- OAuth 2.0 -->
       <dependency>
-          <groupId>org.springframework.security.oauth</groupId>
-          <artifactId>spring-security-oauth2</artifactId>
-          <version>2.0.4.RELEASE</version>
+        <groupId>org.springframework.security.oauth</groupId>
+        <artifactId>spring-security-oauth2</artifactId>
+        <version>2.0.7.RELEASE</version>
       </dependency>
 
       <!-- Spring Mobile -->