This repository has been archived by the owner on Sep 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathdependencies.sh
138 lines (121 loc) · 3.99 KB
/
dependencies.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
#!/bin/sh
mvn deploy:deploy-file \
-DgroupId=javax.activation \
-DartifactId=activation \
-Dversion=unknown \
-Dpackaging=jar \
-Dfile=activation.jar \
-DrepositoryId=bintray-trunkplatform \
-Durl=https://api.bintray.com/maven/trunkplatform/osworkflow/osworkflow:activation
mvn deploy:deploy-file \
-DgroupId=bsf \
-DartifactId=bsf \
-Dversion=unknown \
-Dpackaging=jar \
-Dfile=bsf.jar \
-DrepositoryId=bintray-trunkplatform \
-Durl=https://api.bintray.com/maven/trunkplatform/osworkflow/osworkflow:bsf
mvn deploy:deploy-file \
-DgroupId=cglib \
-DartifactId=cglib \
-Dversion=unknown \
-Dpackaging=jar \
-Dfile=cglib2.jar \
-DrepositoryId=bintray-trunkplatform \
-Durl=https://api.bintray.com/maven/trunkplatform/osworkflow/osworkflow:cglib
mvn deploy:deploy-file \
-DgroupId=commons-dbcp \
-DartifactId=commons-dbcp \
-Dversion=unknown \
-Dpackaging=jar \
-Dfile=commons-dbcp.jar \
-DrepositoryId=bintray-trunkplatform \
-Durl=https://api.bintray.com/maven/trunkplatform/osworkflow/osworkflow:commons-dbcp
mvn deploy:deploy-file \
-DgroupId=commons-logging \
-DartifactId=commons-logging \
-Dversion=unknown \
-Dpackaging=jar \
-Dfile=commons-logging.jar \
-DrepositoryId=bintray-trunkplatform \
-Durl=https://api.bintray.com/maven/trunkplatform/osworkflow/osworkflow:commons-logging
mvn deploy:deploy-file \
-DgroupId=commons-pool \
-DartifactId=commons-pool \
-Dversion=unknown \
-Dpackaging=jar \
-Dfile=commons-pool.jar \
-DrepositoryId=bintray-trunkplatform \
-Durl=https://api.bintray.com/maven/trunkplatform/osworkflow/osworkflow:commons-pool
mvn deploy:deploy-file \
-DgroupId=net.sf.ehcache \
-DartifactId=ehcache \
-Dversion=unknown \
-Dpackaging=jar \
-Dfile=ehcache.jar \
-DrepositoryId=bintray-trunkplatform \
-Durl=https://api.bintray.com/maven/trunkplatform/osworkflow/osworkflow:ehcache
mvn deploy:deploy-file \
-DgroupId=glue_stub \
-DartifactId=glue_stub \
-Dversion=unknown \
-Dpackaging=jar \
-Dfile=glue_stub.jar \
-DrepositoryId=bintray-trunkplatform \
-Durl=https://api.bintray.com/maven/trunkplatform/osworkflow/osworkflow:glue_stub
mvn deploy:deploy-file \
-DgroupId=javax.net \
-DartifactId=jnet \
-Dversion=unknown \
-Dpackaging=jar \
-Dfile=jnet.jar \
-DrepositoryId=bintray-trunkplatform \
-Durl=https://api.bintray.com/maven/trunkplatform/osworkflow/osworkflow:jnet
mvn deploy:deploy-file \
-DgroupId=javax.transaction \
-DartifactId=jta \
-Dversion=unknown \
-Dpackaging=jar \
-Dfile=jta.jar \
-DrepositoryId=bintray-trunkplatform \
-Durl=https://api.bintray.com/maven/trunkplatform/osworkflow/osworkflow:jta
mvn deploy:deploy-file \
-DgroupId=com.sun.mail \
-DartifactId=mail \
-Dversion=unknown \
-Dpackaging=jar \
-Dfile=mail.jar \
-DrepositoryId=bintray-trunkplatform \
-Durl=https://api.bintray.com/maven/trunkplatform/osworkflow/osworkflow:mail
mvn deploy:deploy-file \
-DgroupId=org.ofbiz.ofbcore \
-DartifactId=ofbcore-entity \
-Dversion=unknown \
-Dpackaging=jar \
-Dfile=ofbcore-entity.jar \
-DrepositoryId=bintray-trunkplatform \
-Durl=https://api.bintray.com/maven/trunkplatform/osworkflow/osworkflow:ofbcore-entity
mvn deploy:deploy-file \
-DgroupId=org.ofbiz.ofbcore \
-DartifactId=ofbcore-share \
-Dversion=unknown \
-Dpackaging=jar \
-Dfile=ofbcore-share.jar \
-DrepositoryId=bintray-trunkplatform \
-Durl=https://api.bintray.com/maven/trunkplatform/osworkflow/osworkflow:ofbcore-share
mvn deploy:deploy-file \
-DgroupId=opensymphony \
-DartifactId=propertyset \
-Dversion=1.4 \
-Dpackaging=jar \
-Dfile=propertyset-1.4.jar \
-DrepositoryId=bintray-trunkplatform \
-Durl=https://api.bintray.com/maven/trunkplatform/osworkflow/osworkflow:propertyset
mvn deploy:deploy-file \
-DgroupId=simple-jndi \
-DartifactId=simple-jndi \
-Dversion=unknown \
-Dpackaging=jar \
-Dfile=simple-jndi.jar \
-DrepositoryId=bintray-trunkplatform \
-Durl=https://api.bintray.com/maven/trunkplatform/osworkflow/osworkflow:simple-jndi