|
19 | 19 | </licenses>
|
20 | 20 | <scm>
|
21 | 21 | < connection>scm:git: [email protected]:elasticsearch/elasticsearch-mapper-attachments.git</ connection>
|
22 |
| - < developerConnection>scm:git: [email protected]:elasticsearch/elasticsearch-mapper-attachments.git |
23 |
| - </developerConnection> |
| 22 | + < developerConnection>scm:git: [email protected]:elasticsearch/elasticsearch-mapper-attachments.git</ developerConnection> |
24 | 23 | <url>http://github.com/elasticsearch/elasticsearch-mapper-attachments</url>
|
25 | 24 | </scm>
|
26 | 25 |
|
|
68 | 67 | <dependency>
|
69 | 68 | <groupId>org.apache.tika</groupId>
|
70 | 69 | <artifactId>tika-app</artifactId>
|
71 |
| - <version>1.1</version> |
| 70 | + <version>1.2</version> |
72 | 71 | <scope>compile</scope>
|
73 | 72 | </dependency>
|
74 | 73 |
|
75 | 74 | <dependency>
|
76 | 75 | <groupId>log4j</groupId>
|
77 | 76 | <artifactId>log4j</artifactId>
|
78 |
| - <version>1.2.16</version> |
| 77 | + <version>1.2.17</version> |
79 | 78 | <scope>runtime</scope>
|
80 | 79 | </dependency>
|
81 | 80 |
|
82 | 81 | <dependency>
|
83 | 82 | <groupId>org.testng</groupId>
|
84 | 83 | <artifactId>testng</artifactId>
|
85 |
| - <version>6.3.1</version> |
| 84 | + <version>6.8</version> |
86 | 85 | <scope>test</scope>
|
| 86 | + <exclusions> |
| 87 | + <exclusion> |
| 88 | + <groupId>org.hamcrest</groupId> |
| 89 | + <artifactId>hamcrest-core</artifactId> |
| 90 | + </exclusion> |
| 91 | + <exclusion> |
| 92 | + <groupId>junit</groupId> |
| 93 | + <artifactId>junit</artifactId> |
| 94 | + </exclusion> |
| 95 | + </exclusions> |
87 | 96 | </dependency>
|
88 | 97 |
|
89 | 98 | <dependency>
|
90 | 99 | <groupId>org.hamcrest</groupId>
|
91 |
| - <artifactId>hamcrest-core</artifactId> |
92 |
| - <version>1.3.RC2</version> |
| 100 | + <artifactId>hamcrest-all</artifactId> |
| 101 | + <version>1.3</version> |
93 | 102 | <scope>test</scope>
|
94 | 103 | </dependency>
|
95 | 104 |
|
96 |
| - <dependency> |
97 |
| - <groupId>org.hamcrest</groupId> |
98 |
| - <artifactId>hamcrest-library</artifactId> |
99 |
| - <version>1.3.RC2</version> |
100 |
| - <scope>test</scope> |
101 |
| - </dependency> |
102 | 105 | </dependencies>
|
103 | 106 |
|
104 | 107 | <build>
|
|
128 | 131 | <plugin>
|
129 | 132 | <groupId>org.apache.maven.plugins</groupId>
|
130 | 133 | <artifactId>maven-surefire-plugin</artifactId>
|
131 |
| - <version>2.11</version> |
| 134 | + <version>2.12.3</version> |
132 | 135 | <configuration>
|
133 | 136 | <includes>
|
134 | 137 | <include>**/*Tests.java</include>
|
|
0 commit comments