Reorganized maven configuration.
authorSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Sun, 7 Feb 2021 12:24:31 +0000 (14:24 +0200)
committerSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Sun, 7 Feb 2021 12:24:31 +0000 (14:24 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index 55a3ce5..ce7a8c9 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
     </properties>
 
-    <dependencies>
-        <dependency>
-            <groupId>eu.svjatoslav</groupId>
-            <artifactId>svjatoslavcommons</artifactId>
-            <version>1.8</version>
-        </dependency>
-        <dependency>
-            <groupId>log4j</groupId>
-            <artifactId>log4j</artifactId>
-            <version>1.2.16</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.tika</groupId>
-            <artifactId>tika-core</artifactId>
-            <version>1.18</version>
-        </dependency>
-        <dependency>
-            <groupId>org.openimaj</groupId>
-            <artifactId>core-image</artifactId>
-            <version>1.3.10</version>
-        </dependency>
-    </dependencies>
 
     <build>
         <plugins>
         </extensions>
     </build>
 
+    <dependencies>
+        <dependency>
+            <groupId>eu.svjatoslav</groupId>
+            <artifactId>svjatoslavcommons</artifactId>
+            <version>1.8</version>
+        </dependency>
+        <dependency>
+            <groupId>log4j</groupId>
+            <artifactId>log4j</artifactId>
+            <version>1.2.16</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.tika</groupId>
+            <artifactId>tika-core</artifactId>
+            <version>1.18</version>
+        </dependency>
+        <dependency>
+            <groupId>org.openimaj</groupId>
+            <artifactId>core-image</artifactId>
+            <version>1.3.10</version>
+        </dependency>
+    </dependencies>
+
     <distributionManagement>
         <snapshotRepository>
             <id>svjatoslav.eu</id>