summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
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>