hot topics are determined according to the last 15 days articles
[pnews.git] / war / pom.xml
index 3b1f825..cf764a6 100644 (file)
@@ -8,8 +8,8 @@
 
         <properties>
                 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-                <maven.compiler.source>1.7</maven.compiler.source>
-                <maven.compiler.target>1.7</maven.compiler.target>
+                <maven.compiler.source>1.8</maven.compiler.source>
+                <maven.compiler.target>1.8</maven.compiler.target>
         </properties>
 
         <dependencies>
                         <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>