File tree Expand file tree Collapse file tree 19 files changed +0
-266
lines changed
embulk-filter-remove_columns
embulk-guess-csv_all_strings Expand file tree Collapse file tree 19 files changed +0
-266
lines changed Original file line number Diff line number Diff line change @@ -115,20 +115,6 @@ publishing {
115115 developerConnection = " scm:git:git@github.com:embulk/embulk-standards.git"
116116 url = " https://github.com/embulk/embulk-standards"
117117 }
118-
119- withXml {
120- if (asNode(). getAt(" dependencies" ). isEmpty()) {
121- asNode(). appendNode(" dependencies" )
122- }
123- project. configurations. compileOnly. allDependencies. each { dependency ->
124- asNode(). dependencies[0 ]. appendNode(" dependency" ). with {
125- it. appendNode(" groupId" , dependency. group)
126- it. appendNode(" artifactId" , dependency. name)
127- it. appendNode(" version" , dependency. version)
128- it. appendNode(" scope" , " provided" )
129- }
130- }
131- }
132118 }
133119 }
134120 }
Original file line number Diff line number Diff line change @@ -118,20 +118,6 @@ publishing {
118118 developerConnection = " scm:git:git@github.com:embulk/embulk-standards.git"
119119 url = " https://github.com/embulk/embulk-standards"
120120 }
121-
122- withXml {
123- if (asNode(). getAt(" dependencies" ). isEmpty()) {
124- asNode(). appendNode(" dependencies" )
125- }
126- project. configurations. compileOnly. allDependencies. each { dependency ->
127- asNode(). dependencies[0 ]. appendNode(" dependency" ). with {
128- it. appendNode(" groupId" , dependency. group)
129- it. appendNode(" artifactId" , dependency. name)
130- it. appendNode(" version" , dependency. version)
131- it. appendNode(" scope" , " provided" )
132- }
133- }
134- }
135121 }
136122 }
137123 }
Original file line number Diff line number Diff line change @@ -111,20 +111,6 @@ publishing {
111111 developerConnection = " scm:git:git@github.com:embulk/embulk-standards.git"
112112 url = " https://github.com/embulk/embulk-standards"
113113 }
114-
115- withXml {
116- if (asNode(). getAt(" dependencies" ). isEmpty()) {
117- asNode(). appendNode(" dependencies" )
118- }
119- project. configurations. compileOnly. allDependencies. each { dependency ->
120- asNode(). dependencies[0 ]. appendNode(" dependency" ). with {
121- it. appendNode(" groupId" , dependency. group)
122- it. appendNode(" artifactId" , dependency. name)
123- it. appendNode(" version" , dependency. version)
124- it. appendNode(" scope" , " provided" )
125- }
126- }
127- }
128114 }
129115 }
130116 }
Original file line number Diff line number Diff line change @@ -110,20 +110,6 @@ publishing {
110110 developerConnection = " scm:git:git@github.com:embulk/embulk-standards.git"
111111 url = " https://github.com/embulk/embulk-standards"
112112 }
113-
114- withXml {
115- if (asNode(). getAt(" dependencies" ). isEmpty()) {
116- asNode(). appendNode(" dependencies" )
117- }
118- project. configurations. compileOnly. allDependencies. each { dependency ->
119- asNode(). dependencies[0 ]. appendNode(" dependency" ). with {
120- it. appendNode(" groupId" , dependency. group)
121- it. appendNode(" artifactId" , dependency. name)
122- it. appendNode(" version" , dependency. version)
123- it. appendNode(" scope" , " provided" )
124- }
125- }
126- }
127113 }
128114 }
129115 }
Original file line number Diff line number Diff line change @@ -126,20 +126,6 @@ publishing {
126126 developerConnection = " scm:git:git@github.com:embulk/embulk-standards.git"
127127 url = " https://github.com/embulk/embulk-standards"
128128 }
129-
130- withXml {
131- if (asNode(). getAt(" dependencies" ). isEmpty()) {
132- asNode(). appendNode(" dependencies" )
133- }
134- project. configurations. compileOnly. allDependencies. each { dependency ->
135- asNode(). dependencies[0 ]. appendNode(" dependency" ). with {
136- it. appendNode(" groupId" , dependency. group)
137- it. appendNode(" artifactId" , dependency. name)
138- it. appendNode(" version" , dependency. version)
139- it. appendNode(" scope" , " provided" )
140- }
141- }
142- }
143129 }
144130 }
145131 }
Original file line number Diff line number Diff line change @@ -121,20 +121,6 @@ publishing {
121121 developerConnection = " scm:git:git@github.com:embulk/embulk-standards.git"
122122 url = " https://github.com/embulk/embulk-standards"
123123 }
124-
125- withXml {
126- if (asNode(). getAt(" dependencies" ). isEmpty()) {
127- asNode(). appendNode(" dependencies" )
128- }
129- project. configurations. compileOnly. allDependencies. each { dependency ->
130- asNode(). dependencies[0 ]. appendNode(" dependency" ). with {
131- it. appendNode(" groupId" , dependency. group)
132- it. appendNode(" artifactId" , dependency. name)
133- it. appendNode(" version" , dependency. version)
134- it. appendNode(" scope" , " provided" )
135- }
136- }
137- }
138124 }
139125 }
140126 }
Original file line number Diff line number Diff line change @@ -127,20 +127,6 @@ publishing {
127127 developerConnection = " scm:git:git@github.com:embulk/embulk-standards.git"
128128 url = " https://github.com/embulk/embulk-standards"
129129 }
130-
131- withXml {
132- if (asNode(). getAt(" dependencies" ). isEmpty()) {
133- asNode(). appendNode(" dependencies" )
134- }
135- project. configurations. compileOnly. allDependencies. each { dependency ->
136- asNode(). dependencies[0 ]. appendNode(" dependency" ). with {
137- it. appendNode(" groupId" , dependency. group)
138- it. appendNode(" artifactId" , dependency. name)
139- it. appendNode(" version" , dependency. version)
140- it. appendNode(" scope" , " provided" )
141- }
142- }
143- }
144130 }
145131 }
146132 }
Original file line number Diff line number Diff line change @@ -105,20 +105,6 @@ publishing {
105105 developerConnection = " scm:git:git@github.com:embulk/embulk-standards.git"
106106 url = " https://github.com/embulk/embulk-standards"
107107 }
108-
109- withXml {
110- if (asNode(). getAt(" dependencies" ). isEmpty()) {
111- asNode(). appendNode(" dependencies" )
112- }
113- project. configurations. compileOnly. allDependencies. each { dependency ->
114- asNode(). dependencies[0 ]. appendNode(" dependency" ). with {
115- it. appendNode(" groupId" , dependency. group)
116- it. appendNode(" artifactId" , dependency. name)
117- it. appendNode(" version" , dependency. version)
118- it. appendNode(" scope" , " provided" )
119- }
120- }
121- }
122108 }
123109 }
124110 }
Original file line number Diff line number Diff line change @@ -130,20 +130,6 @@ publishing {
130130 developerConnection = " scm:git:git@github.com:embulk/embulk-standards.git"
131131 url = " https://github.com/embulk/embulk-standards"
132132 }
133-
134- withXml {
135- if (asNode(). getAt(" dependencies" ). isEmpty()) {
136- asNode(). appendNode(" dependencies" )
137- }
138- project. configurations. compileOnly. allDependencies. each { dependency ->
139- asNode(). dependencies[0 ]. appendNode(" dependency" ). with {
140- it. appendNode(" groupId" , dependency. group)
141- it. appendNode(" artifactId" , dependency. name)
142- it. appendNode(" version" , dependency. version)
143- it. appendNode(" scope" , " provided" )
144- }
145- }
146- }
147133 }
148134 }
149135 }
Original file line number Diff line number Diff line change @@ -129,20 +129,6 @@ publishing {
129129 developerConnection = " scm:git:git@github.com:embulk/embulk-standards.git"
130130 url = " https://github.com/embulk/embulk-standards"
131131 }
132-
133- withXml {
134- if (asNode(). getAt(" dependencies" ). isEmpty()) {
135- asNode(). appendNode(" dependencies" )
136- }
137- project. configurations. compileOnly. allDependencies. each { dependency ->
138- asNode(). dependencies[0 ]. appendNode(" dependency" ). with {
139- it. appendNode(" groupId" , dependency. group)
140- it. appendNode(" artifactId" , dependency. name)
141- it. appendNode(" version" , dependency. version)
142- it. appendNode(" scope" , " provided" )
143- }
144- }
145- }
146132 }
147133 }
148134 }
You can’t perform that action at this time.
0 commit comments