Created
May 31, 2017 19:35
-
-
Save dileeph/237a46cd6ef975a7b7ebc612a6c4a4f7 to your computer and use it in GitHub Desktop.
non-osgi-dep-depth2 pom
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-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