maven work

This commit is contained in:
eugenp
2016-12-26 18:09:10 +02:00
parent 759d8e1687
commit bc518a5bc1
3 changed files with 35 additions and 20 deletions
+4 -4
View File
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.baeldung</groupId>
<artifactId>imageprocessing</artifactId>
<artifactId>image-processing</artifactId>
<version>1.0-SNAPSHOT</version>
<properties>
@@ -25,4 +24,5 @@
<version>${core-image.version}</version>
</dependency>
</dependencies>
</project>