Created
May 31, 2017 19:34
-
-
Save dileeph/53d0273ea434404357f80865b263aea6 to your computer and use it in GitHub Desktop.
non-osgi-dep-depth1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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