|
19 | 19 | <name>Eclipse Collections p2 Parent</name> |
20 | 20 |
|
21 | 21 | <modules> |
22 | | - <module>org.eclipse.collections.target</module> |
23 | 22 | <module>org.eclipse.collections.feature</module> |
24 | 23 | <module>org.eclipse.collections.repository</module> |
25 | 24 | </modules> |
|
44 | 43 | <dependency> |
45 | 44 | <groupId>org.eclipse.collections</groupId> |
46 | 45 | <artifactId>eclipse-collections</artifactId> |
47 | | - <version>${project.version}</version> |
| 46 | + <version>12.0.0.M20.JDK11</version> |
48 | 47 | </dependency> |
49 | 48 | <dependency> |
50 | 49 | <groupId>org.eclipse.collections</groupId> |
51 | 50 | <artifactId>eclipse-collections-api</artifactId> |
52 | | - <version>${project.version}</version> |
| 51 | + <version>12.0.0.M20.JDK11</version> |
| 52 | + </dependency> |
| 53 | + <dependency> |
| 54 | + <groupId>org.apache.aries.spifly</groupId> |
| 55 | + <artifactId>org.apache.aries.spifly.dynamic.framework.extension</artifactId> |
| 56 | + <version>1.3.7</version> |
| 57 | + </dependency> |
| 58 | + <dependency> |
| 59 | + <groupId>org.eclipse.platform</groupId> |
| 60 | + <artifactId>org.eclipse.osgi</artifactId> |
| 61 | + <version>3.19.0</version> |
53 | 62 | </dependency> |
54 | 63 | </dependencies> |
55 | 64 |
|
|
69 | 78 | <groupId>org.eclipse.tycho</groupId> |
70 | 79 | <artifactId>target-platform-configuration</artifactId> |
71 | 80 | <configuration> |
72 | | - <target> |
73 | | - <artifact> |
74 | | - <groupId>org.eclipse.collections</groupId> |
75 | | - <artifactId>target</artifactId> |
76 | | - <version>${project.version}</version> |
77 | | - </artifact> |
78 | | - </target> |
| 81 | + <pomDependencies>consider</pomDependencies> |
79 | 82 | <targetDefinitionIncludeSource>honor</targetDefinitionIncludeSource> |
80 | 83 | <environments> |
81 | 84 | <environment> |
|
0 commit comments