Project

General

Profile

« Previous | Next » 

Revision 61318

1. fixed authorization in RepositoryController
2. created new methods and classes
3. made authorities mapping the same as with other openaire projects
4. refactoring

View differences:

pom.xml
16 16

  
17 17
    <dependencies>
18 18
        <dependency>
19
            <groupId>eu.dnetlib</groupId>
20
            <artifactId>uoa-login-core</artifactId>
21
            <version>[1.0.0-SNAPSHOT, 2.0.0)</version>
22
        </dependency>
23
        <dependency>
24 19
            <groupId>org.springframework</groupId>
25 20
            <artifactId>spring-webmvc</artifactId>
26 21
            <version>${spring.version}</version>
......
322 317
            </plugin>
323 318

  
324 319
            <plugin>
320
                <groupId>org.apache.maven.plugins</groupId>
325 321
                <artifactId>maven-war-plugin</artifactId>
326 322
                <version>2.6</version>
327 323
                <configuration>

Also available in: Unified diff