diff options
Diffstat (limited to 'sdnr/wt/data-provider/setup/pom.xml')
-rw-r--r-- | sdnr/wt/data-provider/setup/pom.xml | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/sdnr/wt/data-provider/setup/pom.xml b/sdnr/wt/data-provider/setup/pom.xml index 15af214fd..d5a64a3e5 100644 --- a/sdnr/wt/data-provider/setup/pom.xml +++ b/sdnr/wt/data-provider/setup/pom.xml @@ -62,12 +62,12 @@ <artifactId>commons-cli</artifactId> </dependency> <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> </dependency> <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-log4j12</artifactId> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-log4j12</artifactId> </dependency> <dependency> <groupId>${project.groupId}</groupId> @@ -133,7 +133,6 @@ </execution> </executions> <configuration> - <finalName>sdnr-dmt</finalName> <appendAssemblyId>false</appendAssemblyId> <archive> <manifest> @@ -145,7 +144,6 @@ </descriptorRefs> </configuration> </plugin> - </plugins> </build> </project> |