added some feeds
[pnews.git] / war / pom.xml
index e68b9c6..cf764a6 100644 (file)
                         <artifactId>jsoup</artifactId>
                         <version>1.10.3</version>
                 </dependency>
+                <dependency>
+                        <groupId>com.google.code.gson</groupId>
+                        <artifactId>gson</artifactId>
+                        <version>2.8.2</version>
+                </dependency>
+                <dependency>
+                        <groupId>edu.stanford.nlp</groupId>
+                        <artifactId>stanford-corenlp</artifactId>
+                        <version>3.8.0</version>
+                </dependency>
+                <dependency>
+                        <groupId>edu.stanford.nlp</groupId>
+                        <artifactId>stanford-corenlp</artifactId>
+                        <version>3.8.0</version>
+                        <classifier>models</classifier>
+                </dependency>
+                <dependency>
+                         <groupId>org.apache.opennlp</groupId>
+                         <artifactId>opennlp-tools</artifactId>
+                         <version>1.8.1</version>
+                </dependency>
         </dependencies>
 </project>