Skip to content

Commit 57cc463

Browse files
committed
Ontology dependency comes from Maven Central.
1 parent a1b5921 commit 57cc463

File tree

2 files changed

+6
-21
lines changed

2 files changed

+6
-21
lines changed

.idea/libraries/Maven__org_nameapi_ontology_core_nameapi_ontology5_core_5_0_1.xml renamed to .idea/libraries/Maven__org_nameapi_ontology_core_nameapi_ontology5_core_5_0_2.xml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pom.xml

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>org.nameapi.client</groupId>
66
<artifactId>nameapi-client</artifactId>
77
<name>nameapi-client</name>
8-
<version>5.1-SNAPSHOT</version>
8+
<version>5.0.1-SNAPSHOT</version>
99

1010
<url>https://github.com/optimaize/nameapi-client-java</url>
1111
<description>
@@ -41,7 +41,7 @@
4141
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4242
<java.version>1.7</java.version>
4343
<anythingworks.version>0.5</anythingworks.version>
44-
<ontology.version>5.0.1</ontology.version>
44+
<ontology.version>5.0.2</ontology.version>
4545
<swagger-annotations-version>1.5.4</swagger-annotations-version>
4646
</properties>
4747

@@ -176,28 +176,13 @@
176176
</profile>
177177
</profiles>
178178

179-
<!--
180-
This lets Maven see the jars in the lib folder when building.
181-
Once the Ontology jar is in Maven Central, we won't need this anymore.
182-
See for an overview http://stackoverflow.com/questions/5692256/maven-best-way-of-linking-custom-external-jar-to-my-project
183-
and for detail here http://charlie.cu.cc/2012/06/how-add-external-libraries-maven/ -->
184-
<repositories>
185-
<repository>
186-
<id>in-project</id>
187-
<name>In Project Repo</name>
188-
<url>file://${project.basedir}/lib</url>
189-
</repository>
190-
</repositories>
191-
192179
<dependencies>
193180
<dependency>
194181
<groupId>com.optimaize.anythingworks.client.rest</groupId>
195182
<artifactId>anythingworks-client-rest</artifactId>
196183
<version>${anythingworks.version}</version>
197184
</dependency>
198185

199-
<!-- this dependency is in our internal artifactory repository.
200-
and maven finds it through the repository definition in the lib folder. -->
201186
<dependency>
202187
<groupId>org.nameapi.ontology.core</groupId>
203188
<artifactId>nameapi-ontology5-core</artifactId>

0 commit comments

Comments
 (0)