summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorsu622b <sunil.unnava@att.com>2018-03-13 15:26:19 -0400
committersu622b <sunil.unnava@att.com>2018-03-13 15:26:37 -0400
commitb8183985b46fb4476f066c16a644bd8fea9507af (patch)
tree152bc3d32a55ba86a179c35c11b973df198cbd56 /pom.xml
parent1d88b1d5eba90b943756e57340c257c00e6e8e5c (diff)
Fixes for security issues
Issue-ID: DMAAP-204` Change-Id: Ic2a5fc377caefdf9131cc5ac5c965309a74b22ba Signed-off-by: su622b <sunil.unnava@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml16
1 files changed, 11 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index 55926f4..92427a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -249,7 +249,7 @@
<module.ajsc.namespace.name>dmaap</module.ajsc.namespace.name>
<module.ajsc.namespace.version>v1</module.ajsc.namespace.version>
- <ajscRuntimeVersion>1.0.0</ajscRuntimeVersion>
+ <ajscRuntimeVersion>3.0.1-oss</ajscRuntimeVersion>
<!-- This will be the Absolute Root of the Project and should contain NO
Versioning -->
@@ -425,7 +425,13 @@
<groupId>org.grails</groupId>
<artifactId>grails-web</artifactId>
<version>2.4.4</version>
- </dependency>
+ <exclusions>
+ <exclusion>
+ <groupId>org.grails</groupId>
+ <artifactId>grails-web-jsp</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
@@ -479,7 +485,7 @@
<dependency>
<groupId>com.att.ajsc</groupId>
<artifactId>ajsc-archetype-parent</artifactId>
- <version>2.0.0</version>
+ <version>3.0.1-oss</version>
<type>pom</type>
</dependency>
@@ -611,13 +617,13 @@
<dependency>
<groupId>com.att.ajsc</groupId>
<artifactId>ajsc-runner</artifactId>
- <version>2.0.0</version>
+ <version>3.0.1-oss</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.att.ajsc</groupId>
<artifactId>ajsc-core</artifactId>
- <version>2.0.0</version>
+ <version>3.0.1-oss</version>
<scope>provided</scope>
</dependency>
</dependencies>