|
48 | 48 | <artifactId>jtok-core</artifactId> |
49 | 49 | <version>1.9.3</version> |
50 | 50 | <scope>compile</scope> |
| 51 | + <exclusions> |
| 52 | + <exclusion> |
| 53 | + <groupId>log4j</groupId> |
| 54 | + <artifactId>log4j</artifactId> |
| 55 | + </exclusion> |
| 56 | + <exclusion> |
| 57 | + <groupId>org.slf4j</groupId> |
| 58 | + <artifactId>slf4j-log4j12</artifactId> |
| 59 | + </exclusion> |
| 60 | + </exclusions> |
51 | 61 | </dependency> |
52 | 62 | <dependency> |
53 | 63 | <groupId>de.dfki.mary</groupId> |
|
58 | 68 | <dependency> |
59 | 69 | <groupId>de.dfki.mary</groupId> |
60 | 70 | <artifactId>marytts-common</artifactId> |
61 | | - <version>5.2</version> |
| 71 | + <version>5.2.1</version> |
62 | 72 | <scope>compile</scope> |
| 73 | + <exclusions> |
| 74 | + <exclusion> |
| 75 | + <groupId>org.apache.logging.log4j</groupId> |
| 76 | + <artifactId>log4j-core</artifactId> |
| 77 | + </exclusion> |
| 78 | + <exclusion> |
| 79 | + <groupId>org.apache.logging.log4j</groupId> |
| 80 | + <artifactId>log4j-1.2-api</artifactId> |
| 81 | + </exclusion> |
| 82 | + </exclusions> |
63 | 83 | </dependency> |
64 | 84 | <dependency> |
65 | 85 | <groupId>de.dfki.mary</groupId> |
66 | 86 | <artifactId>marytts-lang-de</artifactId> |
67 | | - <version>5.2</version> |
| 87 | + <version>5.2.1</version> |
68 | 88 | <scope>compile</scope> |
69 | 89 | </dependency> |
70 | 90 | <dependency> |
71 | 91 | <groupId>de.dfki.mary</groupId> |
72 | 92 | <artifactId>marytts-lang-en</artifactId> |
73 | | - <version>5.2</version> |
| 93 | + <version>5.2.1</version> |
74 | 94 | <scope>compile</scope> |
75 | 95 | </dependency> |
76 | 96 | <dependency> |
77 | 97 | <groupId>de.dfki.mary</groupId> |
78 | 98 | <artifactId>marytts-runtime</artifactId> |
79 | | - <version>5.2</version> |
| 99 | + <version>5.2.1</version> |
80 | 100 | <scope>compile</scope> |
81 | 101 | </dependency> |
82 | 102 | <dependency> |
83 | 103 | <groupId>de.dfki.mary</groupId> |
84 | 104 | <artifactId>marytts-signalproc</artifactId> |
85 | | - <version>5.2</version> |
| 105 | + <version>5.2.1</version> |
86 | 106 | <scope>compile</scope> |
87 | 107 | </dependency> |
88 | 108 | <dependency> |
89 | 109 | <groupId>de.dfki.mary</groupId> |
90 | 110 | <artifactId>voice-bits1-hsmm</artifactId> |
| 111 | + <!-- not uploaded to central, take from our jfrog repo --> |
91 | 112 | <version>5.2</version> |
92 | 113 | <scope>compile</scope> |
93 | 114 | </dependency> |
94 | 115 | <dependency> |
95 | 116 | <groupId>de.dfki.mary</groupId> |
96 | 117 | <artifactId>voice-bits3-hsmm</artifactId> |
| 118 | + <!-- not uploaded to central, take from our jfrog repo --> |
97 | 119 | <version>5.2</version> |
98 | 120 | <scope>compile</scope> |
99 | 121 | </dependency> |
100 | 122 | <dependency> |
101 | 123 | <groupId>de.dfki.mary</groupId> |
102 | 124 | <artifactId>voice-cmu-slt-hsmm</artifactId> |
103 | | - <version>5.2</version> |
| 125 | + <version>5.2.1</version> |
104 | 126 | <scope>compile</scope> |
105 | 127 | </dependency> |
106 | 128 | <dependency> |
|
121 | 143 | <version>1.5.3</version> |
122 | 144 | <scope>compile</scope> |
123 | 145 | </dependency> |
| 146 | + <dependency> |
| 147 | + <groupId>org.slf4j</groupId> |
| 148 | + <artifactId>slf4j-api</artifactId> |
| 149 | + <version>${slf4j.version}</version> |
| 150 | + <scope>provided</scope> |
| 151 | + </dependency> |
124 | 152 | </dependencies> |
125 | 153 |
|
| 154 | + <repositories> |
| 155 | + <repository> |
| 156 | + <releases> |
| 157 | + <enabled>false</enabled> |
| 158 | + </releases> |
| 159 | + <snapshots> |
| 160 | + <enabled>false</enabled> |
| 161 | + </snapshots> |
| 162 | + <id>marytts-dependencies</id> |
| 163 | + <!-- Overrides upstream marytts POM which declares a broken |
| 164 | + file://${project.basedir}/../lib/repo URL that fails |
| 165 | + multi-module dependency resolution. Repo is empty; safe to block. --> |
| 166 | + <url>https://repo.maven.apache.org/maven2</url> |
| 167 | + </repository> |
| 168 | + </repositories> |
| 169 | + |
126 | 170 | <build> |
127 | 171 | <pluginManagement> |
128 | 172 | <plugins> |
|
0 commit comments