David Ostrovsky | 1c2f070 | 2013-11-14 01:24:04 +0100 | [diff] [blame] | 1 | include_defs('//lib/maven.defs') |
Sebastian Schuberth | 556b239 | 2016-01-11 13:23:44 +0100 | [diff] [blame] | 2 | GITBLIT = 'https://gitblit.github.io/gitblit-maven' |
David Ostrovsky | 1c2f070 | 2013-11-14 01:24:04 +0100 | [diff] [blame] | 3 | |
| 4 | maven_jar( |
Tom | 7653e5b | 2014-10-20 22:10:43 +0200 | [diff] [blame] | 5 | name = 'pf4j', |
| 6 | id = 'ro.fortsoft.pf4j:pf4j:0.9.0', |
| 7 | sha1 = 'ff412cadfee820c50bf02723187eda6165d70379', |
| 8 | license = 'Apache2.0', |
| 9 | ) |
| 10 | |
| 11 | maven_jar( |
David Ostrovsky | 1c2f070 | 2013-11-14 01:24:04 +0100 | [diff] [blame] | 12 | name = 'gitblit-jar', |
Sebastian Schuberth | 556b239 | 2016-01-11 13:23:44 +0100 | [diff] [blame] | 13 | id = 'com.gitblit:gitblit:1.7.1', |
David Ostrovsky | 1c2f070 | 2013-11-14 01:24:04 +0100 | [diff] [blame] | 14 | license = 'Apache2.0', |
Luca Milanesio | 8970c59 | 2016-09-30 10:05:43 +0100 | [diff] [blame] | 15 | repository = MAVEN_LOCAL, |
David Ostrovsky | 1c2f070 | 2013-11-14 01:24:04 +0100 | [diff] [blame] | 16 | ) |
| 17 | |
| 18 | maven_jar( |
| 19 | name = 'wicket', |
Tom | 7653e5b | 2014-10-20 22:10:43 +0200 | [diff] [blame] | 20 | id = 'org.apache.wicket:wicket:1.4.23', |
| 21 | sha1 = '304d9e23e52e9488308644093663b568952abd0b', |
David Ostrovsky | 1c2f070 | 2013-11-14 01:24:04 +0100 | [diff] [blame] | 22 | license = 'Apache2.0', |
David Ostrovsky | 1c2f070 | 2013-11-14 01:24:04 +0100 | [diff] [blame] | 23 | ) |
| 24 | |
| 25 | maven_jar( |
| 26 | name = 'wicket-auth-roles', |
Tom | 7653e5b | 2014-10-20 22:10:43 +0200 | [diff] [blame] | 27 | id = 'org.apache.wicket:wicket-auth-roles:1.4.23', |
David Ostrovsky | 1c2f070 | 2013-11-14 01:24:04 +0100 | [diff] [blame] | 28 | sha1 = '1b130dbf5578ace37507430a4a523f6594bf34fa', |
| 29 | license = 'Apache2.0', |
| 30 | ) |
| 31 | |
| 32 | maven_jar( |
| 33 | name = 'wicket-extensions', |
Tom | 7653e5b | 2014-10-20 22:10:43 +0200 | [diff] [blame] | 34 | id = 'org.apache.wicket:wicket-extensions:1.4.23', |
| 35 | sha1 = '9ca61ca2273289d648dbb430e9033693c9b5eed3', |
David Ostrovsky | 1c2f070 | 2013-11-14 01:24:04 +0100 | [diff] [blame] | 36 | license = 'Apache2.0', |
| 37 | ) |
| 38 | |
| 39 | maven_jar( |
| 40 | name = 'javax-mail', |
Tom | 7653e5b | 2014-10-20 22:10:43 +0200 | [diff] [blame] | 41 | id = 'com.sun.mail:javax.mail:1.5.1', |
| 42 | sha1 = '9724dd44f1abbba99c9858aa05fc91d53f59e7a5', |
David Ostrovsky | 1c2f070 | 2013-11-14 01:24:04 +0100 | [diff] [blame] | 43 | license = 'Apache2.0', |
| 44 | ) |
| 45 | |
| 46 | maven_jar( |
| 47 | name = 'groovy', |
Tom | 7653e5b | 2014-10-20 22:10:43 +0200 | [diff] [blame] | 48 | id = 'org.codehaus.groovy:groovy-all:2.4.1', |
| 49 | sha1 = 'a9ca9c9de09361ec2a18d2c058d2524fbd8eae0c', |
David Ostrovsky | 1c2f070 | 2013-11-14 01:24:04 +0100 | [diff] [blame] | 50 | license = 'Apache2.0', |
| 51 | ) |
| 52 | |
| 53 | maven_jar( |
| 54 | name = 'jdom', |
| 55 | id = 'jdom:jdom:1.0', |
| 56 | sha1 = 'a2ac1cd690ab4c80defe7f9bce14d35934c35cec', |
| 57 | license = 'Apache2.0', |
| 58 | ) |
| 59 | |
David Ostrovsky | 1c2f070 | 2013-11-14 01:24:04 +0100 | [diff] [blame] | 60 | maven_jar( |
| 61 | name = 'lucene-core', |
Tom | 7653e5b | 2014-10-20 22:10:43 +0200 | [diff] [blame] | 62 | id = 'org.apache.lucene:lucene-core:4.10.2', |
| 63 | sha1 = 'c01e3d675d277e0a93e7890d03cc3246b2cdecaa', |
David Ostrovsky | 1c2f070 | 2013-11-14 01:24:04 +0100 | [diff] [blame] | 64 | license = 'Apache2.0', |
| 65 | ) |
| 66 | |
| 67 | maven_jar( |
| 68 | name = 'lucene-highlighter', |
Tom | 7653e5b | 2014-10-20 22:10:43 +0200 | [diff] [blame] | 69 | id = 'org.apache.lucene:lucene-highlighter:4.10.2', |
| 70 | sha1 = '7ced704190e1e5b9a9b32edec6dba9116d69ae72', |
David Ostrovsky | 1c2f070 | 2013-11-14 01:24:04 +0100 | [diff] [blame] | 71 | license = 'Apache2.0', |
| 72 | ) |
| 73 | |
| 74 | maven_jar( |
| 75 | name = 'lucene-memory', |
Tom | 7653e5b | 2014-10-20 22:10:43 +0200 | [diff] [blame] | 76 | id = 'org.apache.lucene:lucene-memory:4.10.2', |
| 77 | sha1 = 'c381123b510dd790e27445430ab8203e5a27f5bc', |
David Ostrovsky | 1c2f070 | 2013-11-14 01:24:04 +0100 | [diff] [blame] | 78 | license = 'Apache2.0', |
| 79 | ) |
| 80 | |
| 81 | maven_jar( |
| 82 | name = 'markdownpapers', |
| 83 | id = 'org.tautua.markdownpapers:markdownpapers-core:1.3.2', |
| 84 | sha1 = 'da22db6660e90b9a677bbdfc2c511c619ea5c249', |
| 85 | license = 'Apache2.0', |
| 86 | ) |
| 87 | |
| 88 | maven_jar( |
| 89 | name = 'rome', |
Tom | 7653e5b | 2014-10-20 22:10:43 +0200 | [diff] [blame] | 90 | id = 'rome:rome:1.0', |
| 91 | sha1 = '022b33347f315833e9348cec2751af1a5d5656e4', |
David Ostrovsky | 1c2f070 | 2013-11-14 01:24:04 +0100 | [diff] [blame] | 92 | license = 'Apache2.0', |
David Ostrovsky | 1c2f070 | 2013-11-14 01:24:04 +0100 | [diff] [blame] | 93 | ) |
| 94 | |
| 95 | maven_jar( |
| 96 | name = 'unboundid', |
Tom | 7653e5b | 2014-10-20 22:10:43 +0200 | [diff] [blame] | 97 | id = 'com.unboundid:unboundid-ldapsdk:2.3.8', |
| 98 | sha1 = '1788564d03f0b786a695f4de67b4cb55eda45e14', |
| 99 | license = 'Apache2.0', |
| 100 | ) |
| 101 | |
| 102 | maven_jar( |
| 103 | name = 'jsoup', |
| 104 | id = 'org.jsoup:jsoup:1.7.3', |
| 105 | sha1 = '92568d7167ce1bf9eb1fd815b022d5a2c113547a', |
| 106 | license = 'Apache2.0', |
| 107 | ) |
| 108 | |
| 109 | maven_jar( |
| 110 | name = 'tika', |
| 111 | id = 'org.apache.tika:tika-core:1.5', |
| 112 | sha1 = '194ca0fb3d73b07737524806fbc3bec89063c03a', |
| 113 | license = 'Apache2.0', |
| 114 | ) |
| 115 | |
| 116 | maven_jar( |
| 117 | name = 'wikitext-core', |
| 118 | id = 'org.fusesource.wikitext:wikitext-core:1.4', |
| 119 | sha1 = 'b877ee61d064c01cbf9834ab1b7146cd44acad65', |
| 120 | license = 'Apache2.0', |
| 121 | ) |
| 122 | |
| 123 | maven_jar( |
| 124 | name = 'twiki-core', |
| 125 | id = 'org.fusesource.wikitext:twiki-core:1.4', |
| 126 | sha1 = '00c392027ae056d555040af2d1e0ed217fa94712', |
| 127 | license = 'Apache2.0', |
| 128 | ) |
| 129 | |
| 130 | maven_jar( |
| 131 | name = 'textile-core', |
| 132 | id = 'org.fusesource.wikitext:textile-core:1.4', |
| 133 | sha1 = '9169c4a2865232c7b22137d759fb7ee2cbf019de', |
| 134 | license = 'Apache2.0', |
| 135 | ) |
| 136 | |
| 137 | maven_jar( |
| 138 | name = 'tracwiki-core', |
| 139 | id = 'org.fusesource.wikitext:tracwiki-core:1.4', |
| 140 | sha1 = 'e2c8a5597695dc82256f2a97a505783e5ab5b0cb', |
| 141 | license = 'Apache2.0', |
| 142 | ) |
| 143 | |
| 144 | maven_jar( |
| 145 | name = 'mediawiki-core', |
| 146 | id = 'org.fusesource.wikitext:mediawiki-core:1.4', |
| 147 | sha1 = '30d1b5551bbf97a17abc22d51fe8dd3b4d27f1ab', |
| 148 | license = 'Apache2.0', |
| 149 | ) |
| 150 | |
| 151 | maven_jar( |
| 152 | name = 'confluence-core', |
| 153 | id = 'org.fusesource.wikitext:confluence-core:1.4', |
| 154 | sha1 = '08210b4af6f055ada934753facd27d7abf9d01a8', |
| 155 | license = 'Apache2.0', |
| 156 | ) |
| 157 | |
| 158 | maven_jar( |
| 159 | name = 'ivy', |
| 160 | id = 'org.apache.ivy:ivy:2.2.0', |
| 161 | sha1 = 'f9d1e83e82fc085093510f7d2e77d81d52bc2081', |
| 162 | license = 'Apache2.0', |
| 163 | ) |
| 164 | |
| 165 | maven_jar( |
| 166 | name = 'force-partner-api', |
| 167 | id = 'com.force.api:force-partner-api:24.0.0', |
| 168 | sha1 = 'ce3cd3e2ccd51735f27a83e90018123e8bd10314', |
| 169 | license = 'Apache2.0', |
| 170 | ) |
| 171 | |
| 172 | maven_jar( |
| 173 | name = 'freemarker', |
| 174 | id = 'org.freemarker:freemarker:2.3.22', |
| 175 | sha1 = '473d784b3cd2dcb6d49a287ded0542b7862c7d68', |
| 176 | license = 'Apache2.0', |
| 177 | ) |
| 178 | |
| 179 | maven_jar( |
| 180 | name = 'waffle-jna', |
| 181 | id = 'com.github.dblock.waffle:waffle-jna:1.7.3', |
| 182 | sha1 = '94ba74d3fa15bb61d4901b062b8fd5046c9e99b9', |
| 183 | license = 'Apache2.0', |
| 184 | ) |
| 185 | |
| 186 | maven_jar( |
| 187 | name = 'libpam4j', |
| 188 | id = 'org.kohsuke:libpam4j:1.8', |
| 189 | sha1 = '548d4a1177adad8242fe03a6930c335669d669ad', |
David Ostrovsky | 1c2f070 | 2013-11-14 01:24:04 +0100 | [diff] [blame] | 190 | license = 'Apache2.0', |
| 191 | ) |