|
5 | 5 | <name>baseCode</name> |
6 | 6 | <groupId>baseCode</groupId> |
7 | 7 | <artifactId>baseCode</artifactId> |
8 | | - <version>1.1.1</version> |
| 8 | + <version>1.1.2</version> |
9 | 9 | <inceptionYear>2003</inceptionYear> |
10 | 10 | <description> |
11 | 11 | <![CDATA[Data structures, math and statistics tools, and utilities that are often needed across projects.]]> |
|
150 | 150 | <groupId>org.apache.jena</groupId> |
151 | 151 | <artifactId>jena-core</artifactId> |
152 | 152 | <version>2.7.4</version> |
| 153 | + <exclusions> |
| 154 | + <exclusion> |
| 155 | + <groupId>log4j</groupId> |
| 156 | + <artifactId>log4j</artifactId> |
| 157 | + </exclusion> |
| 158 | + <exclusion> |
| 159 | + <groupId>org.slf4j</groupId> |
| 160 | + <artifactId>slf4j-log4j12</artifactId> |
| 161 | + </exclusion> |
| 162 | + </exclusions> |
153 | 163 | </dependency> |
154 | 164 | <!-- Be careful with versions of lucene --> |
155 | 165 | <!-- jena-text uses lucene 4.x.. Not ready for this. --> |
|
159 | 169 | <groupId>org.apache.jena</groupId> |
160 | 170 | <artifactId>jena-larq</artifactId> |
161 | 171 | <version>1.0.0-incubating</version> |
| 172 | + <exclusions> |
| 173 | + <exclusion> |
| 174 | + <groupId>log4j</groupId> |
| 175 | + <artifactId>log4j</artifactId> |
| 176 | + </exclusion> |
| 177 | + <exclusion> |
| 178 | + <groupId>org.slf4j</groupId> |
| 179 | + <artifactId>slf4j-log4j12</artifactId> |
| 180 | + </exclusion> |
| 181 | + </exclusions> |
162 | 182 | </dependency> |
163 | 183 | <dependency> |
164 | 184 | <groupId>org.apache.jena</groupId> |
165 | 185 | <artifactId>jena-arq</artifactId> |
166 | 186 | <version>2.9.4</version> <!-- latest release is 2.10.1, but not compatible with larq? --> |
| 187 | + <exclusions> |
| 188 | + <exclusion> |
| 189 | + <groupId>log4j</groupId> |
| 190 | + <artifactId>log4j</artifactId> |
| 191 | + </exclusion> |
| 192 | + <exclusion> |
| 193 | + <groupId>org.slf4j</groupId> |
| 194 | + <artifactId>slf4j-log4j12</artifactId> |
| 195 | + </exclusion> |
| 196 | + </exclusions> |
167 | 197 | </dependency> |
168 | 198 |
|
169 | 199 | <!-- Lucene --> |
|
308 | 338 | </configuration> |
309 | 339 | </plugin> |
310 | 340 | </plugins> |
311 | | - <extensions> |
312 | | - <extension> |
313 | | - <groupId>org.apache.maven.wagon</groupId> |
314 | | - <artifactId>wagon-ssh-external</artifactId> |
315 | | - <version>3.4.3</version> |
316 | | - </extension> |
317 | | - </extensions> |
318 | 341 | </build> |
319 | 342 | <reporting> |
320 | 343 | <plugins> |
|
400 | 423 | </plugin> |
401 | 424 | </plugins> |
402 | 425 | </reporting> |
403 | | - <distributionManagement> |
404 | | - <site> |
405 | | - <id>broca</id> |
406 | | - <name>broca</name> |
407 | | - <url>scpexe://otto.pavlab.chibi.ubc.ca:/space/gemmaData/baseCode-site</url> |
408 | | - </site> |
409 | | - <repository> |
410 | | - <id>repo</id> |
411 | | - <name>Pavlab</name> |
412 | | - <url>scpexe://otto.pavlab.chibi.ubc.ca:/space/maven2</url> |
413 | | - </repository> |
414 | | - <snapshotRepository> |
415 | | - <id>repo</id> |
416 | | - <name>Pavlab</name> |
417 | | - <url>scpexe://otto.pavlab.chibi.ubc.ca:/space/maven2</url> |
418 | | - </snapshotRepository> |
419 | | - </distributionManagement> |
420 | 426 | <repositories> |
421 | 427 | <repository> |
422 | 428 | <id>pavlab</id> |
|
0 commit comments