We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 553cf0f commit dd43a98Copy full SHA for dd43a98
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>org.mapfish.print</groupId>
6
<artifactId>print-lib</artifactId>
7
- <version>2.4-SNAPSHOT</version>
+ <version>2.4-M0</version>
8
9
<description>
10
MapFish Print Version 2 has reached end-of-life and is no longer under active development.
@@ -177,6 +177,7 @@
177
<groupId>org.eclipse.imagen</groupId>
178
<artifactId>imagen-legacy-codec-core</artifactId>
179
<version>${imagen.version}</version>
180
+ <scope>provided</scope>
181
</dependency>
182
<dependency>
183
<groupId>xalan</groupId>
0 commit comments