Revision 1200 org.gvsig.scripting/trunk/org.gvsig.scripting/org.gvsig.scripting.app/org.gvsig.scripting.app.mainplugin/pom.xml

View differences:

pom.xml
277 277
                
278 278
        </dependency>
279 279
                
280
<!--        <dependency>
281
            <groupId>com.vladsch.flexmark</groupId>
282
            <artifactId>flexmark-all</artifactId>
283
            <version>0.60.2</version>
284
        </dependency>-->
280 285
        <dependency>
281 286
            <groupId>com.vladsch.flexmark</groupId>
282 287
            <artifactId>flexmark-all</artifactId>
283
            <version>0.27.0</version>
288
            <version>0.60.2</version>
289
            <scope>runtime</scope>
284 290
        </dependency>
291
        <dependency>
292
          <groupId>org.apache.pdfbox</groupId>
293
          <artifactId>pdfbox</artifactId>
294
          <version>2.0.16</version>
295
          <scope>runtime</scope>
296
        </dependency>
297
        <dependency>
298
          <groupId>org.apache.pdfbox</groupId>
299
          <artifactId>fontbox</artifactId>
300
          <version>2.0.16</version>
301
          <scope>runtime</scope>
302
        </dependency>
285 303

  
286 304
    </dependencies>
287 305

  

Also available in: Unified diff