|
4 | 4 |
|
5 | 5 | <groupId>com.zoho</groupId>
|
6 | 6 | <artifactId>hawking</artifactId>
|
7 |
| - <version>0.1.7</version> |
| 7 | + <version>0.1.8</version> |
8 | 8 | <packaging>jar</packaging>
|
9 | 9 | <name>Hawking</name>
|
10 | 10 | <description>Hawking is a natural language date time parser that extracts date and time from text with context and parse to the required format.</description>
|
|
54 | 54 | <dependency>
|
55 | 55 | <groupId>edu.stanford.nlp</groupId>
|
56 | 56 | <artifactId>stanford-corenlp</artifactId>
|
57 |
| - <version>4.5.1</version> |
| 57 | + <version>4.5.6</version> |
58 | 58 | <exclusions>
|
59 | 59 | <exclusion>
|
60 | 60 | <groupId>javax.servlet</groupId>
|
|
85 | 85 | <artifactId>javax.json</artifactId>
|
86 | 86 | </exclusion>
|
87 | 87 | <exclusion>
|
88 |
| - <groupId>com.io7m.xom</groupId> |
| 88 | + <groupId>xom</groupId> |
89 | 89 | <artifactId>xom</artifactId>
|
90 | 90 | </exclusion>
|
91 | 91 | <exclusion>
|
92 |
| - <groupId>com.googlecode.efficient-java-matrix-library</groupId> |
93 |
| - <artifactId>ejml</artifactId> |
| 92 | + <groupId>org.ejml</groupId> |
| 93 | + <artifactId>ejml-core</artifactId> |
| 94 | + </exclusion> |
| 95 | + <exclusion> |
| 96 | + <groupId>org.ejml</groupId> |
| 97 | + <artifactId>ejml-ddense</artifactId> |
| 98 | + </exclusion> |
| 99 | + <exclusion> |
| 100 | + <groupId>org.ejml</groupId> |
| 101 | + <artifactId>ejml-simple</artifactId> |
94 | 102 | </exclusion>
|
95 | 103 | <exclusion>
|
96 | 104 | <groupId>com.google.protobuf</groupId>
|
97 | 105 | <artifactId>protobuf-java</artifactId>
|
98 | 106 | </exclusion>
|
99 | 107 | <exclusion>
|
100 | 108 | <groupId>org.apache.lucene</groupId>
|
101 |
| - <artifactId>lucene-queries</artifactId> |
| 109 | + <artifactId>lucene-queryparser</artifactId> |
102 | 110 | </exclusion>
|
103 | 111 | </exclusions>
|
104 | 112 | </dependency>
|
|
110 | 118 | <dependency>
|
111 | 119 | <groupId>junit</groupId>
|
112 | 120 | <artifactId>junit</artifactId>
|
113 |
| - <version>4.8.2</version> |
| 121 | + <version>4.13.1</version> |
114 | 122 | <scope>test</scope>
|
115 | 123 | </dependency>
|
116 | 124 | </dependencies>
|
|
0 commit comments