|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 |
| -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 2 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 3 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
3 | 4 | <modelVersion>4.0.0</modelVersion>
|
4 | 5 | <groupId>org.eclipse.lyo</groupId>
|
5 | 6 | <artifactId>lyo-parent</artifactId>
|
6 | 7 | <version>4.0.0.RC</version>
|
7 | 8 | <packaging>pom</packaging>
|
8 | 9 | <name>Lyo :: _Parent</name>
|
9 |
| - |
| 10 | + |
10 | 11 | <properties>
|
11 | 12 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
12 | 13 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
|
24 | 25 |
|
25 | 26 | <!-- OSSRH mandated metadata -->
|
26 | 27 | <url>https://eclipse.org/lyo</url>
|
| 28 | + <description> |
| 29 | + The Eclipse Lyo project is focused on providing an SDK to enable adoption of OSLC specifications. OSLC (Open |
| 30 | + Services for Lifecycle Collaboration) is an open community dedicated to reducing barriers for lifecycle tool |
| 31 | + integration. The community authors specifications for exposing lifecycle artifacts through uniform (REST) |
| 32 | + interfaces and relying on Internet and Linked Data standards. |
| 33 | + </description> |
27 | 34 | <licenses>
|
28 | 35 | <license>
|
29 | 36 | <name>Eclipse Public License 2.0</name>
|
|
157 | 164 | <artifactId>httpclient</artifactId>
|
158 | 165 | <version>${v.httpclient}</version>
|
159 | 166 | </dependency>
|
160 |
| -<!-- |
161 |
| - <dependency> |
162 |
| - <!–Manual enforcement due to security issues and lack of convergence transitively–> |
163 |
| - <groupId>org.apache.httpcomponents</groupId> |
164 |
| - <artifactId>httpcore</artifactId> |
165 |
| - <version>${v.httpclient}</version> |
166 |
| - </dependency> |
167 |
| ---> |
| 167 | + <!-- |
| 168 | + <dependency> |
| 169 | + <!–Manual enforcement due to security issues and lack of convergence transitively–> |
| 170 | + <groupId>org.apache.httpcomponents</groupId> |
| 171 | + <artifactId>httpcore</artifactId> |
| 172 | + <version>${v.httpclient}</version> |
| 173 | + </dependency> |
| 174 | + --> |
168 | 175 |
|
169 | 176 | <dependency>
|
170 | 177 | <groupId>javax.servlet.jsp.jstl</groupId>
|
|
0 commit comments