diff options
author | sunil.unnava <su622b@att.com> | 2018-02-19 09:50:21 -0500 |
---|---|---|
committer | sunil.unnava <su622b@att.com> | 2018-02-19 09:53:38 -0500 |
commit | aaf18107cc25a4cbde2b1d28f37682d40e955e1c (patch) | |
tree | b16412f0edfde8a828443d3bee2e5a9f3b8b6871 /datarouter-prov/pom.xml | |
parent | b52cf192dad4a6d6bd884dd66243bf2d16be9225 (diff) |
Replace classes in the org.json package
Fixed compilation issues
Issue-ID: DMAAP-303
Change-Id: I2654191eb0474beab8e3e263919572b4df2e5f07
Signed-off-by: sunil.unnava <su622b@att.com>
Diffstat (limited to 'datarouter-prov/pom.xml')
-rw-r--r-- | datarouter-prov/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/datarouter-prov/pom.xml b/datarouter-prov/pom.xml index 2f574f1c..cd846aaa 100644 --- a/datarouter-prov/pom.xml +++ b/datarouter-prov/pom.xml @@ -46,8 +46,7 @@ <stagingNexusPath>/content/repositories/staging/</stagingNexusPath>
<sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath>
</properties>
- <dependencies>
-
+ <dependencies>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
|