count the number of hits per articles
[pnews.git] / war / pom.xml
index 379bbc3..e68b9c6 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>
                         <scope>provided</scope>
                 </dependency>
                 <dependency>
-                        <groupId>pnews</groupId>
-                        <artifactId>pnews-core</artifactId>
-                        <version>1.0</version>
-                </dependency>
-                <dependency>
                         <groupId>com.rometools</groupId>
                         <artifactId>rome</artifactId>
                         <version>1.8.0</version>