|
1 | 1 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
2 |
| - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 2 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
3 | 3 | <modelVersion>4.0.0</modelVersion>
|
4 | 4 | <parent>
|
5 | 5 | <groupId>com.github.eiffel-community</groupId>
|
6 | 6 | <artifactId>eiffel-remrem-parent</artifactId>
|
7 |
| - <version>2.0.9</version> |
| 7 | + <version>2.0.11</version> |
8 | 8 | </parent>
|
9 | 9 | <artifactId>eiffel-remrem-semantics</artifactId>
|
10 |
| - <version>2.2.4</version> |
| 10 | + <version>2.2.5</version> |
11 | 11 | <packaging>jar</packaging>
|
12 | 12 | <properties>
|
13 | 13 | <eclipse.jgit.version>5.0.1.201806211838-r</eclipse.jgit.version>
|
|
84 | 84 | <version>4.5.13</version>
|
85 | 85 | </dependency>
|
86 | 86 | <dependency>
|
87 |
| - <groupId>com.jayway.jsonpath</groupId> |
| 87 | + <groupId>com.jayway.jsonpath</groupId> |
88 | 88 | <artifactId>json-path</artifactId>
|
89 | 89 | <version>2.4.0</version>
|
90 | 90 | </dependency>
|
|
98 | 98 | <artifactId>junit</artifactId>
|
99 | 99 | <scope>test</scope>
|
100 | 100 | </dependency>
|
| 101 | + |
| 102 | + <dependency> |
| 103 | + <groupId>javax.xml.bind</groupId> |
| 104 | + <artifactId>jaxb-api</artifactId> |
| 105 | + <version>2.3.1</version> |
| 106 | + </dependency> |
| 107 | + <dependency> |
| 108 | + <groupId>org.glassfish.jaxb</groupId> |
| 109 | + <artifactId>jaxb-runtime</artifactId> |
| 110 | + <version>2.3.1</version> |
| 111 | + </dependency> |
| 112 | + <dependency> |
| 113 | + <groupId>javax.annotation</groupId> |
| 114 | + <artifactId>javax.annotation-api</artifactId> |
| 115 | + <version>1.3.2</version> |
| 116 | + </dependency> |
| 117 | + |
101 | 118 | </dependencies>
|
102 | 119 | <profiles>
|
103 | 120 | <!-- By default these profiles were disabled if user wants to override
|
|
193 | 210 | <artifactId>maven-compiler-plugin</artifactId>
|
194 | 211 | <version>3.6.1</version>
|
195 | 212 | <configuration>
|
196 |
| - <source>1.8</source> |
197 |
| - <target>1.8</target> |
| 213 | + <source>17</source> |
| 214 | + <target>17</target> |
198 | 215 | </configuration>
|
199 | 216 | </plugin>
|
200 | 217 | <plugin>
|
|
0 commit comments