diff options
Diffstat (limited to 'aai-parent/pom.xml')
-rw-r--r-- | aai-parent/pom.xml | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/aai-parent/pom.xml b/aai-parent/pom.xml index e45c009f..c55f7b14 100644 --- a/aai-parent/pom.xml +++ b/aai-parent/pom.xml @@ -27,7 +27,7 @@ limitations under the License. <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-common</artifactId> - <version>1.15.3-SNAPSHOT</version> + <version>1.15.4-SNAPSHOT</version> </parent> <artifactId>aai-parent</artifactId> <name>aai-parent</name> @@ -122,7 +122,6 @@ limitations under the License. <sonar.scanner.version>3.7.0.1746</sonar.scanner.version> - <spring.security.rsa.version>1.0.8.RELEASE</spring.security.rsa.version> <json.simple.version>1.1.1</json.simple.version> <aspectj.version>1.9.1</aspectj.version> <logging.analytics.version>1.5.1</logging.analytics.version> @@ -144,12 +143,6 @@ limitations under the License. <type>pom</type> <scope>import</scope> </dependency> - <!-- TODO: check if this can be updated to something > 1.0.8 --> - <dependency> - <groupId>org.springframework.security</groupId> - <artifactId>spring-security-rsa</artifactId> - <version>${spring.security.rsa.version}</version> - </dependency> <dependency> <groupId>com.googlecode.json-simple</groupId> |