Skip to content

Commit

Permalink
#1103 Update Eclipse OSGi framework
Browse files Browse the repository at this point in the history
* update to 3.18.500
* change groupId from org.eclipse.tycho to org.eclipse.platform
  • Loading branch information
oliverlietz committed Oct 12, 2023
1 parent be5a49f commit a164869
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
2 changes: 1 addition & 1 deletion containers/pax-exam-container-forked/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
</dependency>

<dependency>
<groupId>org.eclipse.tycho</groupId>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.osgi</artifactId>
<scope>test</scope>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,7 @@ public void failWithoutBootClasspath() throws BundleException, IOException,
Assert.assertNotNull(cause);
Assert.assertEquals(ClassNotFoundException.class.getName(),
cause.getClass().getName());

cause.printStackTrace();

Assert.assertEquals("org.kohsuke.metainf_services.AnnotationProcessorImpl",
cause.getMessage());
Assert.assertTrue(cause.getMessage().startsWith("org.kohsuke.metainf_services.AnnotationProcessorImpl"));
}
}

Expand Down
12 changes: 6 additions & 6 deletions pom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,9 @@
</dependency>

<dependency>
<groupId>org.eclipse.tycho</groupId>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.osgi</artifactId>
<version>3.7.0.v20110613</version>
<version>3.18.500</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -803,7 +803,7 @@
</properties>
<dependencies>
<dependency>
<groupId>org.eclipse.tycho</groupId>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.osgi</artifactId>
</dependency>
</dependencies>
Expand All @@ -823,15 +823,15 @@
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.eclipse.tycho</groupId>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.osgi</artifactId>
<version>3.10.0.v20140606-1445</version>
<version>3.18.500</version>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>org.eclipse.tycho</groupId>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.osgi</artifactId>
</dependency>
</dependencies>
Expand Down

0 comments on commit a164869

Please sign in to comment.