Skip to content

Commit bca96d2

Browse files
committed
chore(pom): update pom files to remove deprecated services
1 parent 1b64285 commit bca96d2

File tree

2 files changed

+0
-35
lines changed

2 files changed

+0
-35
lines changed

ibm-watson/pom.xml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@
2929
<version>${project.version}</version>
3030
<scope>compile</scope>
3131
</dependency>
32-
<dependency>
33-
<groupId>com.ibm.watson</groupId>
34-
<artifactId>compare-comply</artifactId>
35-
<version>${project.version}</version>
36-
<scope>compile</scope>
37-
</dependency>
3832
<dependency>
3933
<groupId>com.ibm.watson</groupId>
4034
<artifactId>discovery</artifactId>
@@ -47,24 +41,12 @@
4741
<version>${project.version}</version>
4842
<scope>compile</scope>
4943
</dependency>
50-
<dependency>
51-
<groupId>com.ibm.watson</groupId>
52-
<artifactId>natural-language-classifier</artifactId>
53-
<version>${project.version}</version>
54-
<scope>compile</scope>
55-
</dependency>
5644
<dependency>
5745
<groupId>com.ibm.watson</groupId>
5846
<artifactId>natural-language-understanding</artifactId>
5947
<version>${project.version}</version>
6048
<scope>compile</scope>
6149
</dependency>
62-
<dependency>
63-
<groupId>com.ibm.watson</groupId>
64-
<artifactId>personality-insights</artifactId>
65-
<version>${project.version}</version>
66-
<scope>compile</scope>
67-
</dependency>
6850
<dependency>
6951
<groupId>com.ibm.watson</groupId>
7052
<artifactId>speech-to-text</artifactId>
@@ -77,18 +59,6 @@
7759
<version>${project.version}</version>
7860
<scope>compile</scope>
7961
</dependency>
80-
<dependency>
81-
<groupId>com.ibm.watson</groupId>
82-
<artifactId>tone-analyzer</artifactId>
83-
<version>${project.version}</version>
84-
<scope>compile</scope>
85-
</dependency>
86-
<dependency>
87-
<groupId>com.ibm.watson</groupId>
88-
<artifactId>visual-recognition</artifactId>
89-
<version>${project.version}</version>
90-
<scope>compile</scope>
91-
</dependency>
9262
</dependencies>
9363

9464
<developers>

pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,11 @@
5151

5252
<!-- >>> List each service's module here -->
5353
<module>/assistant</module>
54-
<module>/compare-comply</module>
5554
<module>/discovery</module>
5655
<module>/language-translator</module>
57-
<module>/natural-language-classifier</module>
5856
<module>/natural-language-understanding</module>
59-
<module>/personality-insights</module>
6057
<module>/speech-to-text</module>
6158
<module>/text-to-speech</module>
62-
<module>/tone-analyzer</module>
63-
<module>/visual-recognition</module>
6459

6560
<module>/ibm-watson</module>
6661
<!-- This module should be listed after all the service-related modules above -->

0 commit comments

Comments
 (0)