Skip to content

Commit e4c2847

Browse files
authored
Master Merge Hawking Enhancement v0.1.8 (#39)
* deleted test publish workflow * Revert "deleted test publish workflow" This reverts commit 159c473. * ReadMe change * Updated PR info with github sec * Corenlp version 4.5.6 update, Parser Model Update, Junit Update to 4.13.1
1 parent 3e279d9 commit e4c2847

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

pom.xml

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.zoho</groupId>
66
<artifactId>hawking</artifactId>
7-
<version>0.1.7</version>
7+
<version>0.1.8</version>
88
<packaging>jar</packaging>
99
<name>Hawking</name>
1010
<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,7 +54,7 @@
5454
<dependency>
5555
<groupId>edu.stanford.nlp</groupId>
5656
<artifactId>stanford-corenlp</artifactId>
57-
<version>4.5.1</version>
57+
<version>4.5.6</version>
5858
<exclusions>
5959
<exclusion>
6060
<groupId>javax.servlet</groupId>
@@ -85,20 +85,28 @@
8585
<artifactId>javax.json</artifactId>
8686
</exclusion>
8787
<exclusion>
88-
<groupId>com.io7m.xom</groupId>
88+
<groupId>xom</groupId>
8989
<artifactId>xom</artifactId>
9090
</exclusion>
9191
<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>
94102
</exclusion>
95103
<exclusion>
96104
<groupId>com.google.protobuf</groupId>
97105
<artifactId>protobuf-java</artifactId>
98106
</exclusion>
99107
<exclusion>
100108
<groupId>org.apache.lucene</groupId>
101-
<artifactId>lucene-queries</artifactId>
109+
<artifactId>lucene-queryparser</artifactId>
102110
</exclusion>
103111
</exclusions>
104112
</dependency>
@@ -110,7 +118,7 @@
110118
<dependency>
111119
<groupId>junit</groupId>
112120
<artifactId>junit</artifactId>
113-
<version>4.8.2</version>
121+
<version>4.13.1</version>
114122
<scope>test</scope>
115123
</dependency>
116124
</dependencies>
39.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)