diff options
Diffstat (limited to 'aai-resources')
-rw-r--r-- | aai-resources/pom.xml | 7 | ||||
-rw-r--r-- | aai-resources/src/main/assembly/descriptor.xml | 2 |
2 files changed, 2 insertions, 7 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index 759fccd..80cf1c1 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -9,7 +9,7 @@ <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>1.5.1.RELEASE</version> + <version>1.5.10.RELEASE</version> </parent> <properties> @@ -649,11 +649,6 @@ <version>${jsonassert.version}</version> <scope>test</scope> </dependency> - <dependency> - <groupId>org.eclipse.jetty</groupId> - <artifactId>jetty-util</artifactId> - <version>${eclipse.jetty.version}</version> - </dependency> <!-- Explicitly stating the security spring framework and exclude the bouncy castle since that is somehow overwriting diff --git a/aai-resources/src/main/assembly/descriptor.xml b/aai-resources/src/main/assembly/descriptor.xml index b3a8ab0..91e8e18 100644 --- a/aai-resources/src/main/assembly/descriptor.xml +++ b/aai-resources/src/main/assembly/descriptor.xml @@ -25,7 +25,7 @@ <directory>${project.build.directory}</directory>
<outputDirectory>/lib</outputDirectory>
<includes>
- <include>*.jar</include>
+ <include>${project.artifactId}-${project.version}.jar</include>
</includes>
</fileSet>
</fileSets>
|