Skip to content

Commit

Permalink
Using 5.1.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jgambarios committed Jun 7, 2019
1 parent 5fce9f1 commit 9a952e5
Show file tree
Hide file tree
Showing 27 changed files with 30 additions and 29 deletions.
2 changes: 1 addition & 1 deletion OSGi/com.dotcms.3rd.party/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repositories {

dependencies {
compile fileTree(dir: 'src/main/resources/libs', include: '*.jar')
compile('com.dotcms:dotcms:5.1.5') { transitive = true }
compile('com.dotcms:dotcms:5.1.6') { transitive = true }
}

import java.util.jar.*
Expand Down
2 changes: 1 addition & 1 deletion OSGi/com.dotcms.actionlet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
}

dependencies {
compile('com.dotcms:dotcms:5.1.5') { transitive = true }
compile('com.dotcms:dotcms:5.1.6') { transitive = true }
}

import java.util.jar.*
Expand Down
4 changes: 2 additions & 2 deletions OSGi/com.dotcms.aop/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ dependencies {

ajc "org.aspectj:aspectjtools:1.8.10"
providedCompile "org.aspectj:aspectjrt:1.8.10"
providedCompile (group: 'com.dotcms', name: 'dotcms', version: '5.1.5'){
providedCompile (group: 'com.dotcms', name: 'dotcms', version: '5.1.6'){
transitive = true
}
aspects (group: 'com.dotcms', name: 'dotcms', version: '5.1.5')
aspects (group: 'com.dotcms', name: 'dotcms', version: '5.1.6')
providedCompile "javax.servlet:javax.servlet-api:3.1.0"
}

Expand Down
3 changes: 2 additions & 1 deletion OSGi/com.dotcms.custom.spring/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ configurations {
}

dependencies {
compile('com.dotcms:dotcms:5.1.5') { transitive = true }
compile('com.dotcms:dotcms:5.1.6') { transitive = true }
//Resolve dependencies. These jars can be downloaded from our Maven Repo
//In case you want to create a Controller using other Spring version,
//just change the version Attribute.
Expand Down Expand Up @@ -69,6 +69,7 @@ jar {
javax.servlet.jsp.*;resolution:=optional,
javax.servlet.annotation;version=0,
javax.servlet.http;version=0,
javax.naming;version=0,
org.apache.velocity.*,
com.dotmarketing.osgi.*,
com.dotmarketing.util.*;
Expand Down
2 changes: 1 addition & 1 deletion OSGi/com.dotcms.dynamic.skeleton/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
// include all jars within the resource libs
compile fileTree(dir: 'src/main/resources/libs', include: '*.jar')
// Using all jar from artifactory part of the dotcms group
compile('com.dotcms:dotcms:5.1.5') { transitive = true }
compile('com.dotcms:dotcms:5.1.6') { transitive = true }
}

import java.util.jar.*
Expand Down
2 changes: 1 addition & 1 deletion OSGi/com.dotcms.fixasset/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
}

dependencies {
compile('com.dotcms:dotcms:5.1.5') { transitive = true }
compile('com.dotcms:dotcms:5.1.6') { transitive = true }
}

import java.util.jar.*
Expand Down
2 changes: 1 addition & 1 deletion OSGi/com.dotcms.hooks/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
}

dependencies {
compile('com.dotcms:dotcms:5.1.5') { transitive = true }
compile('com.dotcms:dotcms:5.1.6') { transitive = true }
}

import java.util.jar.*
Expand Down
2 changes: 1 addition & 1 deletion OSGi/com.dotcms.job/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
}

dependencies {
compile('com.dotcms:dotcms:5.1.5') { transitive = true }
compile('com.dotcms:dotcms:5.1.6') { transitive = true }
}

import java.util.jar.*
Expand Down
2 changes: 1 addition & 1 deletion OSGi/com.dotcms.override/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
}

dependencies {
compile('com.dotcms:dotcms:5.1.5') { transitive = true }
compile('com.dotcms:dotcms:5.1.6') { transitive = true }
}

import java.util.jar.*
Expand Down
2 changes: 1 addition & 1 deletion OSGi/com.dotcms.portlet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
}

dependencies {
compile('com.dotcms:dotcms:5.1.5') { transitive = true }
compile('com.dotcms:dotcms:5.1.6') { transitive = true }
}

import java.util.jar.*
Expand Down
2 changes: 1 addition & 1 deletion OSGi/com.dotcms.pushpublish.listener/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
}

dependencies {
compile('com.dotcms:dotcms:5.1.5') { transitive = true }
compile('com.dotcms:dotcms:5.1.6') { transitive = true }
}

import java.util.jar.*
Expand Down
2 changes: 1 addition & 1 deletion OSGi/com.dotcms.rest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
}

dependencies {
compile('com.dotcms:dotcms:5.1.5') { transitive = true }
compile('com.dotcms:dotcms:5.1.6') { transitive = true }
}

import java.util.jar.*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ configurations {
}

dependencies {
compile('com.dotcms:dotcms:5.1.5') { transitive = true }
compile('com.dotcms:dotcms:5.1.6') { transitive = true }

testCompile 'org.mockito:mockito-core:2.0.31-beta'
testCompile 'org.hamcrest:hamcrest-all:1.3'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ configurations {
}

dependencies {
compile('com.dotcms:dotcms:5.1.5') { transitive = true }
compile('com.dotcms:dotcms:5.1.6') { transitive = true }

testCompile 'org.mockito:mockito-core:2.0.31-beta'
testCompile 'org.hamcrest:hamcrest-all:1.3'
Expand Down
2 changes: 1 addition & 1 deletion OSGi/com.dotcms.servlet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repositories {

dependencies {
compile fileTree(dir: '../com.dotcms.simpleService/build/libs/', include: '*.jar')//As this example depends on the com.dotcms.simpleService example
compile('com.dotcms:dotcms:5.1.5') { transitive = true }
compile('com.dotcms:dotcms:5.1.6') { transitive = true }
}

import java.util.jar.*
Expand Down
2 changes: 1 addition & 1 deletion OSGi/com.dotcms.simpleService/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
}

dependencies {
compile('com.dotcms:dotcms:5.1.5') { transitive = true }
compile('com.dotcms:dotcms:5.1.6') { transitive = true }
}

import java.util.jar.*
Expand Down
2 changes: 1 addition & 1 deletion OSGi/com.dotcms.spring/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
}

dependencies {
compile('com.dotcms:dotcms:5.1.5') { transitive = true }
compile('com.dotcms:dotcms:5.1.6') { transitive = true }
}

import java.util.jar.*
Expand Down
4 changes: 2 additions & 2 deletions OSGi/com.dotcms.staticpublish.listener/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ configurations {
}

dependencies {
compile('com.dotcms:dotcms:5.1.5') { transitive = true }
compile('com.dotcms:dotcms:5.1.6') { transitive = true }

compileOnly('com.hierynomus:sshj:0.23.0'){
exclude group: 'org.bouncycastle' //Why we exlude? See README's important notes.
Expand All @@ -40,7 +40,7 @@ jar {
libs/jzlib-1.1.3.jar,
libs/slf4j-api-1.7.7.jar,
libs/slf4j-simple-1.7.7.jar,
libs/sshj-0.23.0.jar,
libs/sshj-0.23.0.jar
''',
'Export-Package':'''
org.bouncycastle.jce.provider.*,
Expand Down
2 changes: 1 addition & 1 deletion OSGi/com.dotcms.tuckey/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
}

dependencies {
compile('com.dotcms:dotcms:5.1.5') { transitive = true }
compile('com.dotcms:dotcms:5.1.6') { transitive = true }
}

import java.util.jar.*
Expand Down
2 changes: 1 addition & 1 deletion OSGi/com.dotcms.viewtool/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
}

dependencies {
compile('com.dotcms:dotcms:5.1.5') { transitive = true }
compile('com.dotcms:dotcms:5.1.6') { transitive = true }
}

import java.util.jar.*
Expand Down
2 changes: 1 addition & 1 deletion OSGi/com.dotcms.webinterceptor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
}

dependencies {
compile('com.dotcms:dotcms:5.1.5') { transitive = true }
compile('com.dotcms:dotcms:5.1.6') { transitive = true }
}

import java.util.jar.*
Expand Down
2 changes: 1 addition & 1 deletion static/com.dotcms.hook/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repositories {
// In this section you declare the dependencies for your production and test code
dependencies {
compileOnly fileTree(dir: 'lib', include: '*.jar')
compileOnly (group: 'com.dotcms', name: 'dotcms', version: '5.1.5'){
compileOnly (group: 'com.dotcms', name: 'dotcms', version: '5.1.6'){
transitive = true
}
}
Expand Down
2 changes: 1 addition & 1 deletion static/com.dotcms.macro/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repositories {
// In this section you declare the dependencies for your production and test code
dependencies {
compileOnly fileTree(dir: 'lib', include: '*.jar')
compileOnly (group: 'com.dotcms', name: 'dotcms', version: '5.1.5'){
compileOnly (group: 'com.dotcms', name: 'dotcms', version: '5.1.6'){
transitive = true
}
}
Expand Down
2 changes: 1 addition & 1 deletion static/com.dotcms.portlet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repositories {
// In this section you declare the dependencies for your production and test code
dependencies {
compileOnly fileTree(dir: 'lib', include: '*.jar')
compileOnly (group: 'com.dotcms', name: 'dotcms', version: '5.1.5'){
compileOnly (group: 'com.dotcms', name: 'dotcms', version: '5.1.6'){
transitive = true
}
}
Expand Down
2 changes: 1 addition & 1 deletion static/com.dotcms.servlet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repositories {
// In this section you declare the dependencies for your production and test code
dependencies {
compileOnly fileTree(dir: 'lib', include: '*.jar')
compileOnly (group: 'com.dotcms', name: 'dotcms', version: '5.1.5'){
compileOnly (group: 'com.dotcms', name: 'dotcms', version: '5.1.6'){
transitive = true
}
compileOnly group: 'javax.servlet', name: 'javax.servlet-api', version: '3.0.1'
Expand Down
2 changes: 1 addition & 1 deletion static/com.dotcms.skeleton/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repositories {
// In this section you declare the dependencies for your production and test code
dependencies {
compileOnly fileTree(dir: 'lib', include: '*.jar')
compileOnly (group: 'com.dotcms', name: 'dotcms', version: '5.1.5'){
compileOnly (group: 'com.dotcms', name: 'dotcms', version: '5.1.6'){
transitive = true
}
}
Expand Down
2 changes: 1 addition & 1 deletion static/com.dotcms.viewtool/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repositories {
// In this section you declare the dependencies for your production and test code
dependencies {
compileOnly fileTree(dir: 'lib', include: '*.jar')
compileOnly (group: 'com.dotcms', name: 'dotcms', version: '5.1.5'){
compileOnly (group: 'com.dotcms', name: 'dotcms', version: '5.1.6'){
transitive = true
}
}
Expand Down

0 comments on commit 9a952e5

Please sign in to comment.