|
29 | 29 | <vendor.gems.path>vendor/gems</vendor.gems.path> |
30 | 30 | <bundler.version>1.6.5</bundler.version> |
31 | 31 | <bundler.local>false</bundler.local> <!-- true by default --> |
32 | | - <saumya.mojo.version>1.0.4</saumya.mojo.version> |
| 32 | + <saumya.mojo.version>1.0.6</saumya.mojo.version> |
33 | 33 | <!--default: <gem.home>target/rubygems</gem.home>--> |
34 | 34 | </properties> |
35 | 35 |
|
|
69 | 69 | </developer> |
70 | 70 | </developers> |
71 | 71 |
|
| 72 | + <repositories> |
| 73 | + <repository> |
| 74 | + <id>rubygems-releases</id> |
| 75 | + <url>http://rubygems-proxy.torquebox.org/releases</url> |
| 76 | + </repository> |
| 77 | + <repository> |
| 78 | + <releases> |
| 79 | + <enabled>false</enabled> |
| 80 | + </releases> |
| 81 | + <snapshots> |
| 82 | + <enabled>true</enabled> |
| 83 | + </snapshots> |
| 84 | + <id>sonatype</id> |
| 85 | + <url>https://oss.sonatype.org/content/repositories/snapshots/</url> |
| 86 | + </repository> |
| 87 | + </repositories> |
| 88 | + |
72 | 89 | <dependencies> |
73 | 90 | <dependency> |
74 | 91 | <groupId>org.jruby</groupId> |
|
123 | 140 | <version>3.1.4.RELEASE</version> |
124 | 141 | <scope>test</scope> |
125 | 142 | </dependency> |
126 | | - <dependency> |
127 | | - <groupId>rubygems</groupId> |
128 | | - <artifactId>bouncy-castle-java</artifactId> |
129 | | - <version>1.5.0147</version> |
130 | | - <scope>provided</scope> |
131 | | - <type>gem</type> |
132 | | - </dependency> |
133 | 143 | <dependency> |
134 | 144 | <groupId>rubygems</groupId> |
135 | 145 | <artifactId>jruby-openssl</artifactId> |
136 | | - <version>0.9.4</version> |
137 | | - <scope>provided</scope> |
| 146 | + <version>0.9.6</version> |
138 | 147 | <type>gem</type> |
| 148 | + <scope>provided</scope> |
139 | 149 | </dependency> |
140 | 150 | <dependency> |
141 | 151 | <groupId>rubygems</groupId> |
142 | 152 | <artifactId>bundler</artifactId> |
143 | 153 | <version>${bundler.version}</version> |
144 | | - <scope>provided</scope> |
145 | 154 | <type>gem</type> |
| 155 | + <scope>provided</scope> |
146 | 156 | </dependency> |
147 | 157 | </dependencies> |
148 | 158 |
|
|
186 | 196 | <artifactId>maven-help-plugin</artifactId> |
187 | 197 | <version>2.2</version> |
188 | 198 | </plugin> |
189 | | - |
190 | 199 | <plugin> |
191 | 200 | <groupId>de.saumya.mojo</groupId> |
192 | 201 | <artifactId>gem-maven-plugin</artifactId> |
193 | 202 | <version>${saumya.mojo.version}</version> |
194 | | - <configuration> |
| 203 | + <configuration> |
195 | 204 | <includeOpenSSL>false</includeOpenSSL> |
196 | | - <gemHomes> |
197 | | - <provided>${project.build.directory}/rubygems</provided> |
198 | | - </gemHomes> |
199 | | - </configuration> |
| 205 | + <gemHomes> |
| 206 | + <provided>${project.build.directory}/rubygems</provided> |
| 207 | + </gemHomes> |
| 208 | + </configuration> |
200 | 209 | <executions> |
201 | | - <execution> |
202 | | - <goals><goal>initialize</goal></goals> |
203 | | - </execution> |
| 210 | + <execution> |
| 211 | + <goals><goal>initialize</goal></goals> |
| 212 | + </execution> |
204 | 213 | </executions> |
205 | 214 | </plugin> |
206 | 215 | <plugin> |
|
0 commit comments