org.eclipse.app4mc.util.sessionlog
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.eclipse.app4mc</groupId>
<artifactId>org.eclipse.app4mc.util.sessionlog</artifactId>
<version>3.3.0</version>
</dependency><?xml version="1.0"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.app4mc.migration</groupId>
<artifactId>parent</artifactId>
<version>3.3.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.eclipse.app4mc</groupId>
<artifactId>org.eclipse.app4mc.util.sessionlog</artifactId>
<packaging>eclipse-plugin</packaging>
<dependencies>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.service.component.annotations</artifactId>
<version>1.5.1</version>
<scope>compile</scope>
<optional>false</optional>
</dependency>
</dependencies>
</project>