Refs #10136: Modify accounting-aggregator-se-plugin pom.xml to create uber-jar instead of jar-with-dependencies and to use new make-servicearchive directive

Task-Url: https://support.d4science.org/issues/10136

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/accounting/accounting-aggregator-se-plugin@158037 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2017-10-31 10:31:26 +00:00
parent b78c0c5f57
commit 6bdb7e85f4
1 changed files with 1 additions and 2 deletions

View File

@ -77,7 +77,7 @@
<scope>provided</scope>
</dependency>
<!-- END Document Store and Accounting libraries -->
<!-- Test libs -->
<!-- Test Dependencies -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
@ -90,7 +90,6 @@
<version>1.0.13</version>
<scope>test</scope>
</dependency>
<!-- END Test libs -->
</dependencies>
<build>