Skip to content

Instantly share code, notes, and snippets.

@dileeph
Created May 31, 2017 19:35
Show Gist options
  • Save dileeph/237a46cd6ef975a7b7ebc612a6c4a4f7 to your computer and use it in GitHub Desktop.
Save dileeph/237a46cd6ef975a7b7ebc612a6c4a4f7 to your computer and use it in GitHub Desktop.
non-osgi-dep-depth2 pom
<groupId>com.y</groupId>
<artifactId>non-osgi-dep-depth2</artifactId>
<version>1.0.0</version>
<packaging>jar</packaging>
<name>non-osgi-dep-depth2</name>
<url>http://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>com.y</groupId>
<artifactId>non-osgi-dep-depth3</artifactId>
<version>1.0.0</version>
</dependency>
</dependencies>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment