Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
doerj-caderno-dxp-7.2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
diogo.souza
doerj-caderno-dxp-7.2
Commits
24327d7e
Commit
24327d7e
authored
Oct 06, 2020
by
Diogo Fellipe De Melo Souza
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Versão com bnd e build.gradle sem problemas
parent
02a3020d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
106 additions
and
18 deletions
+106
-18
bnd.bnd
bnd.bnd
+56
-0
build.gradle
build.gradle
+50
-18
No files found.
bnd.bnd
View file @
24327d7e
...
...
@@ -13,5 +13,61 @@ Export-Package: mprj.doerj.caderno.constants
-includeresource: \
@commons-lang3-3.11.jar,\
@json-20200518.jar,\
@docx4j-core-8.0.0.jar,\
@docx4j-ImportXHTML-8.0.0.jar,\
@failureaccess-1.0.1.jar,\
@error_prone_annotations-2.4.0.jar,\
@lorem-2.1.jar,\
@javax.annotation-api-1.3.2.jar,\
@wmf2svg-0.9.8.jar,\
@appengine-api-1.0-sdk-1.9.82.jar,\
@api-common-1.9.3.jar,\
@guava-29.0-jre.jar,\
@guava-concurrent-r03.jar,\
@ads-lib-4.10.0.jar,\
@jcommander-1.48.jar,\
@google-api-client-1.30.10.jar,\
@google-oauth-client-1.31.0.jar,\
@poi-4.1.2.jar,\
@appengine-endpoints-1.8.3.jar,\
@commons-codec-1.13.jar,\
@commons-collections4-4.4.jar,\
@commons-compress-1.18.jar,\
@commons-configuration-1.10.jar,\
@commons-digester-2.1.jar,\
@commons-io-2.6.jar,\
@commons-jexl-2.1.1.jar,\
@commons-jxpath-1.3.jar,\
@commons-math3-3.6.1.jar,\
@commons-vfs2-2.6.0.jar,\
@commons-net-3.7.1.jar,\
@hadoop-hdfs-client-3.2.1.jar,\
@curator-recipes-4.0.0.jar,\
@curator-framework-4.0.0.jar,\
@curator-client-4.0.0.jar,\
@curator-x-discovery-4.0.0.jar,\
@log4j-1.2.17.jar
Import-Package: \
!com.google.*,\
!com.google.appengine,\
com.liferay.portal.kernel.*,\
com.liferay.portal.configuration.*,\
javax.portlet.*,\
javax.servlet.http.*,\
!org.apache.*
build.gradle
View file @
24327d7e
...
...
@@ -13,20 +13,20 @@ buildscript {
apply
plugin:
"com.liferay.plugin"
dependencies
{
compileOnly
group:
"com.liferay"
,
name:
"com.liferay.asset.taglib"
,
version:
"4.0.15"
compileOnly
group:
"com.liferay"
,
name:
"com.liferay.comment.taglib"
,
version:
"2.0.7"
compileOnly
group:
"com.liferay"
,
name:
"com.liferay.frontend.taglib"
,
version:
"4.0.15"
compileOnly
group:
"com.liferay"
,
name:
"com.liferay.frontend.taglib.dynamic.section"
,
version:
"2.0.1"
compileOnly
group:
"com.liferay"
,
name:
"com.liferay.frontend.taglib.form.navigator"
,
version:
"3.0.5"
compileOnly
group:
"com.liferay"
,
name:
"com.liferay.frontend.taglib.util"
,
version:
"2.0.2"
compileOnly
group:
"com.liferay"
,
name:
"com.liferay.journal.taglib"
,
version:
"3.0.1"
compileOnly
group:
"com.liferay"
,
name:
"com.liferay.layout.taglib"
,
version:
"4.0.8"
compileOnly
group:
"com.liferay"
,
name:
"com.liferay.site.taglib"
,
version:
"2.0.1"
compileOnly
group:
"com.liferay.portal"
,
name:
"com.liferay.portal.kernel"
,
version:
"4.4.0"
compileOnly
group:
"com.liferay.portal"
,
name:
"com.liferay.util.taglib"
,
version:
"4.1.0"
compileOnly
group:
"com.liferay"
,
name:
"com.liferay.portal.configuration.metatype.api"
,
version:
"3.0.3"
compileOnly
group:
"javax.portlet"
,
name:
"portlet-api"
,
version:
"3.0.0"
compileOnly
group:
"javax.servlet"
,
name:
"javax.servlet-api"
,
version:
"3.0.1"
compileOnly
group:
'com.liferay'
,
name:
'com.liferay.asset.taglib'
,
version:
'4.0.15'
compileOnly
group:
'com.liferay'
,
name:
'com.liferay.comment.taglib'
,
version:
'2.0.7'
compileOnly
group:
'com.liferay'
,
name:
'com.liferay.frontend.taglib'
,
version:
'4.0.15'
compileOnly
group:
'com.liferay'
,
name:
'com.liferay.frontend.taglib.dynamic.section'
,
version:
'2.0.1'
compileOnly
group:
'com.liferay'
,
name:
'com.liferay.frontend.taglib.form.navigator'
,
version:
'3.0.5'
compileOnly
group:
'com.liferay'
,
name:
'com.liferay.frontend.taglib.util'
,
version:
'2.0.2'
compileOnly
group:
'com.liferay'
,
name:
'com.liferay.journal.taglib'
,
version:
'3.0.1'
compileOnly
group:
'com.liferay'
,
name:
'com.liferay.layout.taglib'
,
version:
'4.0.8'
compileOnly
group:
'com.liferay'
,
name:
'com.liferay.site.taglib'
,
version:
'2.0.1'
compileOnly
group:
'com.liferay.portal'
,
name:
'com.liferay.portal.kernel'
,
version:
'4.4.0'
compileOnly
group:
'com.liferay.portal'
,
name:
'com.liferay.util.taglib'
,
version:
'4.1.0'
compileOnly
group:
'com.liferay'
,
name:
'com.liferay.portal.configuration.metatype.api'
,
version:
'3.0.3'
compileOnly
group:
'javax.portlet'
,
name:
'portlet-api'
,
version:
'3.0.0'
compileOnly
group:
'javax.servlet'
,
name:
'javax.servlet-api'
,
version:
'3.0.1'
compileOnly
group:
"jstl"
,
name:
"jstl"
,
version:
"1.2"
compileOnly
group:
"org.osgi"
,
name:
"org.osgi.service.component.annotations"
,
version:
"1.3.0"
...
...
@@ -34,12 +34,44 @@ dependencies {
compileOnly
group:
'org.apache.commons'
,
name:
'commons-lang3'
,
version:
'3.11'
compileOnly
group:
'log4j'
,
name:
'log4j'
,
version:
'1.2.14'
compileOnly
group:
'org.json'
,
name:
'json'
,
version:
'20200518'
compile
group:
'biz.aQute.bnd'
,
name:
'bndlib'
,
version:
'2.4.0'
compile
Only
group:
'biz.aQute.bnd'
,
name:
'bndlib'
,
version:
'2.4.0'
compileOnly
group:
'com.caucho'
,
name:
'burlap'
,
version:
'2.1.12'
compileOnly
group:
'org.docx4j'
,
name:
'docx4j-ImportXHTML'
,
version:
'6.1.0'
compileOnly
group:
'org.docx4j'
,
name:
'docx4j'
,
version:
'6.1.0'
compileOnly
group:
'org.docx4j'
,
name:
'docx4j-ImportXHTML'
,
version:
'8.0.0'
compileOnly
group:
'org.docx4j'
,
name:
'docx4j'
,
version:
'6.1.2'
compileOnly
group:
'com.google.guava'
,
name:
'failureaccess'
,
version:
'1.0.1'
compileOnly
group:
'com.google.errorprone'
,
name:
'error_prone_annotations'
,
version:
'2.4.0'
compileOnly
group:
'com.google.guava'
,
name:
'guava-concurrent'
,
version:
'r03'
compileOnly
group:
'com.thedeanda'
,
name:
'lorem'
,
version:
'2.1'
compileOnly
group:
'javax.annotation'
,
name:
'javax.annotation-api'
,
version:
'1.3.2'
compileOnly
group:
'net.arnx'
,
name:
'wmf2svg'
,
version:
'0.9.5'
compileOnly
group:
'com.google.appengine'
,
name:
'appengine-api-1.0-sdk'
,
version:
'1.9.82'
compileOnly
group:
'com.google.api'
,
name:
'api-common'
,
version:
'1.9.3'
compileOnly
group:
'com.google.api-client'
,
name:
'google-api-client'
,
version:
'1.30.10'
compileOnly
group:
'com.google.guava'
,
name:
'guava'
,
version:
'29.0-jre'
compileOnly
group:
'com.google.api-ads'
,
name:
'ads-lib'
,
version:
'4.10.0'
compileOnly
group:
'com.beust'
,
name:
'jcommander'
,
version:
'1.48'
compileOnly
group:
'org.apache.poi'
,
name:
'poi'
,
version:
'4.1.2'
compileOnly
group:
'com.google.appengine'
,
name:
'appengine-endpoints'
,
version:
'1.8.3'
compileOnly
group:
'commons-codec'
,
name:
'commons-codec'
,
version:
'1.13'
compileOnly
group:
'org.apache.commons'
,
name:
'commons-collections4'
,
version:
'4.4'
compileOnly
group:
'org.apache.commons'
,
name:
'commons-compress'
,
version:
'1.18'
compileOnly
group:
'commons-configuration'
,
name:
'commons-configuration'
,
version:
'1.10'
compileOnly
group:
'commons-digester'
,
name:
'commons-digester'
,
version:
'2.1'
compileOnly
group:
'commons-io'
,
name:
'commons-io'
,
version:
'2.0'
compileOnly
group:
'org.apache.commons'
,
name:
'commons-jexl'
,
version:
'2.1.1'
compileOnly
group:
'commons-jxpath'
,
name:
'commons-jxpath'
,
version:
'1.3'
compileOnly
group:
'org.apache.commons'
,
name:
'commons-math3'
,
version:
'3.6'
compileOnly
group:
'org.apache.commons'
,
name:
'commons-vfs2'
,
version:
'2.6.0'
compileOnly
group:
'commons-net'
,
name:
'commons-net'
,
version:
'3.7.1'
compileOnly
group:
'org.apache.hadoop'
,
name:
'hadoop-client'
,
version:
'2.7.1'
compileOnly
group:
'org.apache.curator'
,
name:
'curator-framework'
,
version:
'4.0.0'
compileOnly
group:
'org.apache.curator'
,
name:
'curator-recipes'
,
version:
'4.0.0'
compileOnly
group:
'org.apache.curator'
,
name:
'apache-curator'
,
version:
'4.0.0'
compileOnly
group:
'org.apache.curator'
,
name:
'curator-x-discovery'
,
version:
'4.0.0'
cssBuilder
group:
"com.liferay"
,
name:
"com.liferay.css.builder"
,
version:
"3.0.2"
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment