Skip to content

Instantly share code, notes, and snippets.

@dileeph
Created May 31, 2017 19:34
Show Gist options
  • Save dileeph/53d0273ea434404357f80865b263aea6 to your computer and use it in GitHub Desktop.
Save dileeph/53d0273ea434404357f80865b263aea6 to your computer and use it in GitHub Desktop.
non-osgi-dep-depth1
<groupId>com.y</groupId>
<artifactId>non-osgi-dep-depth1</artifactId>
<version>1.0.0</version>
<packaging>jar</packaging>
<name>non-osgi-dep-depth1</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-depth2</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