|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 | 2 | <project
|
3 |
| - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" |
4 |
| - xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
5 |
| - <modelVersion>4.0.0</modelVersion> |
| 3 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" |
| 4 | + xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| 5 | + <modelVersion>4.0.0</modelVersion> |
6 | 6 |
|
7 |
| - <parent> |
8 |
| - <groupId>fr.cnes.icode</groupId> |
9 |
| - <artifactId>parent</artifactId> |
10 |
| - <version>dev</version> |
11 |
| - </parent> |
| 7 | + <parent> |
| 8 | + <groupId>fr.cnes.icode</groupId> |
| 9 | + <artifactId>parent</artifactId> |
| 10 | + <version>dev</version> |
| 11 | + </parent> |
12 | 12 |
|
13 |
| - <artifactId>icode-core</artifactId> |
14 |
| - <version>${icode.version}</version> |
15 |
| - <packaging>jar</packaging> |
| 13 | + <artifactId>icode-core</artifactId> |
| 14 | + <version>${icode.version}</version> |
| 15 | + <packaging>jar</packaging> |
16 | 16 |
|
17 |
| - <name>i-Code Core</name> |
| 17 | + <name>i-Code Core</name> |
18 | 18 |
|
19 |
| - <dependencies> |
20 |
| - <dependency> |
21 |
| - <groupId>org.reflections</groupId> |
22 |
| - <artifactId>reflections</artifactId> |
23 |
| - <version>0.9.11</version> |
| 19 | + <dependencies> |
| 20 | + <dependency> |
| 21 | + <groupId>org.reflections</groupId> |
| 22 | + <artifactId>reflections</artifactId> |
| 23 | + <version>0.9.11</version> |
24 | 24 | <scope>compile</scope>
|
25 |
| - </dependency> |
| 25 | + </dependency> |
26 | 26 | <dependency>
|
27 | 27 | <groupId>de.jflex</groupId>
|
28 | 28 | <artifactId>jflex</artifactId>
|
29 | 29 | <version>1.7.0</version>
|
30 | 30 | <scope>compile</scope>
|
31 |
| - <optional>true</optional> |
| 31 | + <optional>true</optional> |
| 32 | + </dependency> |
| 33 | + <!-- https://mvnrepository.com/artifact/javax.xml.bind/jaxb-api --> |
| 34 | + <dependency> |
| 35 | + <groupId>javax.xml.bind</groupId> |
| 36 | + <artifactId>jaxb-api</artifactId> |
| 37 | + <version>2.3.1</version> |
| 38 | + </dependency> |
| 39 | + <!-- https://mvnrepository.com/artifact/javax.activation/activation --> |
| 40 | + <dependency> |
| 41 | + <groupId>javax.activation</groupId> |
| 42 | + <artifactId>activation</artifactId> |
| 43 | + <version>1.1.1</version> |
| 44 | + </dependency> |
| 45 | + <!-- https://mvnrepository.com/artifact/org.glassfish.jaxb/jaxb-runtime --> |
| 46 | + <dependency> |
| 47 | + <groupId>org.glassfish.jaxb</groupId> |
| 48 | + <artifactId>jaxb-runtime</artifactId> |
| 49 | + <version>2.3.2</version> |
32 | 50 | </dependency>
|
33 |
| - <dependency> |
34 |
| - <groupId>javax.xml.bind</groupId> |
35 |
| - <artifactId>jaxb-api</artifactId> |
36 |
| - <version>2.3.0</version> |
37 |
| - </dependency> |
38 |
| - </dependencies> |
| 51 | + </dependencies> |
39 | 52 | </project>
|
0 commit comments