Project

General

Profile

« Previous | Next » 

Revision 57575

a rough implementation for cris validation using openaire-cris-validator

View differences:

pom.xml
240 240
            <version>1.1.5.RELEASE</version>
241 241
        </dependency>
242 242

  
243
<!-- https://mvnrepository.com/artifact/javax.xml.ws/jaxws-api -->
244
<dependency>
245
    <groupId>javax.xml.ws</groupId>
246
    <artifactId>jaxws-api</artifactId>
247
    <version>2.3.0</version>
248
</dependency>
249
<!-- https://mvnrepository.com/artifact/javax.jws/javax.jws-api -->
250
<dependency>
251
    <groupId>javax.jws</groupId>
252
    <artifactId>javax.jws-api</artifactId>
253
    <version>1.1</version>
254
</dependency>
255
<dependency>
256
    <groupId>javax.xml.bind</groupId>
257
    <artifactId>jaxb-api</artifactId>
258
    <version>2.3.0</version>
259
</dependency>
260
<dependency>
261
    <groupId>com.sun.xml.bind</groupId>
262
    <artifactId>jaxb-impl</artifactId>
263
    <version>2.3.0</version>
264
</dependency>
265
<!-- https://mvnrepository.com/artifact/com.sun.xml.bind/jaxb-core -->
266
<dependency>
267
    <groupId>com.sun.xml.bind</groupId>
268
    <artifactId>jaxb-core</artifactId>
269
    <version>2.3.0</version>
270
</dependency>
271
<dependency>
272
  <groupId>javax.activation</groupId>
273
  <artifactId>activation</artifactId>
274
  <version>1.1-rev-1</version>
275
</dependency>
243
        <!-- https://mvnrepository.com/artifact/javax.xml.ws/jaxws-api -->
244
        <dependency>
245
            <groupId>javax.xml.ws</groupId>
246
            <artifactId>jaxws-api</artifactId>
247
            <version>2.3.0</version>
248
        </dependency>
249
        <!-- https://mvnrepository.com/artifact/javax.jws/javax.jws-api -->
250
        <dependency>
251
            <groupId>javax.jws</groupId>
252
            <artifactId>javax.jws-api</artifactId>
253
            <version>1.1</version>
254
        </dependency>
255
        <dependency>
256
            <groupId>javax.xml.bind</groupId>
257
            <artifactId>jaxb-api</artifactId>
258
            <version>2.3.0</version>
259
        </dependency>
260
        <dependency>
261
            <groupId>com.sun.xml.bind</groupId>
262
            <artifactId>jaxb-impl</artifactId>
263
            <version>2.3.0</version>
264
        </dependency>
265
        <!-- https://mvnrepository.com/artifact/com.sun.xml.bind/jaxb-core -->
266
        <dependency>
267
            <groupId>com.sun.xml.bind</groupId>
268
            <artifactId>jaxb-core</artifactId>
269
            <version>2.3.0</version>
270
        </dependency>
271
        <dependency>
272
            <groupId>javax.activation</groupId>
273
            <artifactId>activation</artifactId>
274
            <version>1.1-rev-1</version>
275
        </dependency>
276 276

  
277
        <dependency>
278
            <groupId>org.eurocris</groupId>
279
            <artifactId>openaire-cris-validator</artifactId>
280
            <version>1.0.1-SNAPSHOT</version>
281
        </dependency>
282
        <dependency>
283
            <groupId>org.mockito</groupId>
284
            <artifactId>mockito-core</artifactId>
285
            <version>2.26.0</version>
286
            <scope>test</scope>
287
        </dependency>
277 288

  
289

  
278 290
    </dependencies>
279 291

  
280 292
    <build>
281 293
        <outputDirectory>${project.build.directory}/${project.build.finalName}/WEB-INF/classes</outputDirectory>
282 294
        <plugins>
283
           <plugin>
295
            <plugin>
284 296
                <groupId>org.apache.maven.plugins</groupId>
285 297
                <artifactId>maven-compiler-plugin</artifactId>
286 298
                <version>3.7.0</version>
......
301 313
            <plugin>
302 314
                <groupId>cz.habarta.typescript-generator</groupId>
303 315
                <artifactId>typescript-generator-maven-plugin</artifactId>
304
                <version>2.1.406</version>
316
                <version>2.16.538</version>
305 317
                <executions>
306 318
                    <execution>
307 319
                        <id>java to typeScript</id>

Also available in: Unified diff