We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 637c8a1 commit ca92a76Copy full SHA for ca92a76
VotingPlugin/pom.xml
@@ -268,6 +268,26 @@
268
<activation>
269
<activeByDefault>true</activeByDefault>
270
</activation>
271
+ <repositories>
272
+ <repository>
273
+ <id>jitpack.io</id>
274
+ <url>https://jitpack.io</url>
275
+ </repository>
276
+ </repositories>
277
+ <dependencies>
278
+ <dependency>
279
+ <groupId>com.github.bencodez</groupId>
280
+ <artifactId>advancedcore</artifactId>
281
+ <version>master-SNAPSHOT</version>
282
+ <scope>compile</scope>
283
+ </dependency>
284
+ </dependencies>
285
+ </profile>
286
+ <profile>
287
+ <id>prod2</id>
288
+ <properties>
289
+ <build.profile.id>prod2</build.profile.id>
290
+ </properties>
291
<distributionManagement>
292
<repository>
293
<id>internal.repo</id>
0 commit comments