do not monitor changes in the config or app
[pnews.git] / war / pom.xml
index 5ea3669..379bbc3 100644 (file)
@@ -1,10 +1,16 @@
 <project>
         <modelVersion>4.0.0</modelVersion>
         <groupId>pnews</groupId>
-        <artifactId>servlet</artifactId>
+        <artifactId>pnews</artifactId>
         <version>1.0</version>
         <packaging>war</packaging>
-        <name>servlet</name>
+        <name>pnews</name>
+
+        <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>
+        </properties>
 
         <dependencies>
                 <dependency>
                         <version>3.1.0</version>
                         <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>
+                </dependency>
+                <dependency>
+                        <groupId>org.jsoup</groupId>
+                        <artifactId>jsoup</artifactId>
+                        <version>1.10.3</version>
+                </dependency>
         </dependencies>
 </project>