Skip to content

Commit f62034d

Browse files
change artifact name to be java-sdk
1 parent 39c18bd commit f62034d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ repositories {
1616
dependencies {
1717
compile group: 'com.squareup.okhttp', name: 'okhttp', version:'2.5.0'
1818
compile group: 'com.google.code.gson', name: 'gson', version:'2.3.1'
19-
compile group: 'org.apache.commons', name: 'commons-csv', version:'1.2'
2019
compile group: 'org.apache.commons', name: 'commons-lang3', version:'3.3.2'
2120
testCompile group: 'org.mockito', name: 'mockito-core', version:'1.10.19'
2221
testCompile group: 'org.mock-server', name: 'mockserver-netty', version:'3.9.17'

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.ibm.watson.developer_cloud</groupId>
55
<version>2.0.0-SNAPSHOT</version>
66
<packaging>jar</packaging>
7-
<artifactId>java-wrapper</artifactId>
7+
<artifactId>java-sdk</artifactId>
88
<name>Watson Developer Cloud Java SDK</name>
99
<description>Client library to use the IBM Watson Services and AlchemyAPI</description>
1010
<url>https://github.com/watson-developer-cloud/java-sdk</url>

0 commit comments

Comments
 (0)