Project

General

Profile

« Previous | Next » 

Revision 50862

Moving branch folders to trunk.

View differences:

pom.xml
12 12
    <groupId>eu.dnetlib</groupId>
13 13
    <artifactId>uoa-repository-manager-service</artifactId>
14 14
    <version>1.0.0-SNAPSHOT</version>
15
    <packaging>war</packaging>
15
    <packaging>jar</packaging>
16 16

  
17 17

  
18 18
    <build>
......
153 153
        </dependency>
154 154

  
155 155
        <dependency>
156
            <groupId>org.slf4j</groupId>
157
            <artifactId>slf4j-log4j12</artifactId>
158
            <version>1.5.6</version>
159
        </dependency>
160

  
161
        <dependency>
156 162
            <groupId>xerces</groupId>
157 163
            <artifactId>xercesImpl</artifactId>
158 164
            <version>2.11.0</version>
......
224 230
            <version>9.1-901.jdbc3</version>
225 231
        </dependency>
226 232

  
227
        <!-- https://mvnrepository.com/artifact/org.apache.tomcat/tomcat-catalina -->
228
        <dependency>
229
            <groupId>org.apache.tomcat</groupId>
230
            <artifactId>tomcat-catalina</artifactId>
231
            <version>LATEST</version>
232
        </dependency>
233

  
234

  
235 233
        <!--<dependency>
236 234
            <groupId>org.mitre</groupId>
237 235
            <artifactId>openid-connect-client</artifactId>

Also available in: Unified diff