Skip to content

Commit e71be0f

Browse files
authored
Merge pull request #21 from umjammer/0.0.18
0.0.18
2 parents 5821040 + 05a534d commit e71be0f

File tree

1 file changed

+11
-14
lines changed

1 file changed

+11
-14
lines changed

pom.xml

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<groupId>vavi</groupId>
1010
<artifactId>vavi-speech2</artifactId>
11-
<version>0.0.17</version>
11+
<version>0.0.18</version>
1212

1313
<name>vavi-speech2</name>
1414
<description/>
@@ -22,7 +22,7 @@
2222

2323
<properties>
2424
<jsapi2.groupId>com.github.umjammer.jsapi2</jsapi2.groupId> <!-- org.jvoicexml / com.github.umjammer.jsapi2 -->
25-
<jsapi2.version>0.6.9</jsapi2.version>
25+
<jsapi2.version>0.6.10</jsapi2.version>
2626

2727
<jersey.version>3.1.5</jersey.version>
2828
</properties>
@@ -39,14 +39,6 @@
3939
<value>!true</value>
4040
</property>
4141
</activation>
42-
<properties>
43-
<sen.home/>
44-
<voicevox.url/>
45-
<htsvoice.dir/>
46-
<google.credential/>
47-
<docomo.goo.hiragana.apiKey/>
48-
<yahoo.japan.apiKey/>
49-
</properties>
5042
<build>
5143
<plugins>
5244
<plugin>
@@ -185,6 +177,11 @@
185177
<id>jitpack.io</id>
186178
<url>https://jitpack.io</url>
187179
</repository>
180+
<repository>
181+
<id>maven_central</id>
182+
<name>Maven Central</name>
183+
<url>https://repo.maven.apache.org/maven2/</url>
184+
</repository>
188185
</repositories>
189186

190187
<dependencyManagement>
@@ -232,12 +229,12 @@
232229
<version>0.1.12</version>
233230
<exclusions>
234231
<exclusion>
235-
<groupId>javax.speech</groupId>
236-
<artifactId>speech</artifactId>
232+
<groupId>com.github.umjammer</groupId>
233+
<artifactId>javax-speech</artifactId>
237234
</exclusion>
238235
<exclusion>
239236
<groupId>com.github.umjammer.FreeTTS</groupId>
240-
<artifactId>freetts_jsapi10</artifactId>
237+
<artifactId>freetts-jsapi10</artifactId>
241238
</exclusion>
242239
<exclusion>
243240
<artifactId>guava</artifactId>
@@ -248,7 +245,7 @@
248245
<dependency>
249246
<artifactId>guava</artifactId>
250247
<groupId>com.google.guava</groupId>
251-
<version>32.1.3-jre</version>
248+
<version>33.1.0-jre</version>
252249
</dependency>
253250

254251
<dependency>

0 commit comments

Comments
 (0)