summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2019-05-15 01:46:50 +0200
committerSven Gothel <[email protected]>2019-05-15 01:46:50 +0200
commite5155b34e7e9f99ccb30ee7923ec9c0562cebc55 (patch)
tree5d0ba95177abca8db98d509f6c737dd7260ab224 /pom.xml
parent239c5694cb08d72c042b8cfaa2609200e87e94d8 (diff)
Updateing dependencies: rometools 1.12, freemarker 2.3.28, java compiler 1.8
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml44
1 files changed, 36 insertions, 8 deletions
diff --git a/pom.xml b/pom.xml
index da8790c..0b8a49b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,8 +14,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.6</source>
- <target>1.6</target>
+ <source>1.8</source>
+ <target>1.8</target>
<showDeprecation>true</showDeprecation>
</configuration>
</plugin>
@@ -51,19 +51,47 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>net.java.dev.rome</groupId>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ <version>2.12.0</version>
+ <scope>test</scope>
+ </dependency>
+ <!--
+ <dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpclient</artifactId>
+ <version>4.5.8</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpclient-cache</artifactId>
+ <version>4.5.8</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpmime</artifactId>
+ <version>4.5.8</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>fluent-hc</artifactId>
+ <version>4.5.8</version>
+ </dependency>
+ -->
+ <dependency>
+ <groupId>com.rometools</groupId>
<artifactId>rome</artifactId>
- <version>1.0.0</version>
+ <version>1.12.0</version>
</dependency>
<dependency>
- <groupId>net.java.dev.rome</groupId>
+ <groupId>com.rometools</groupId>
<artifactId>rome-fetcher</artifactId>
- <version>1.0.0</version>
+ <version>1.12.0</version>
</dependency>
<dependency>
- <groupId>freemarker</groupId>
+ <groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId>
- <version>2.3.9</version>
+ <version>2.3.28</version>
</dependency>
</dependencies>
</project>