-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
Hi guys,
We use google code wicked-charts-wicket7 for long time.
Now we want to upgrade to latest, so found new version in adesso wicked-charts-wicket8
But I couldn't use this as maven dependency, it is not found there.
I tried adding jcenter repository in maven setting.xml, it didn't work
Finally I was trying to download jar file for this dependency from https://oss.jfrog.org/artifactory/jcenter/. It asks credentials
I tried with default credentials admin/password, it didn't work.
Could you help us to sort out the problem?
<repositories>
<repository>
<id>central</id>
<url>http://central</url>
<releases><enabled>true</enabled></releases>
</repository>
<repository>
<snapshots><enabled>false</enabled></releases>
<id>jcenter</id>
<name>jcenter</name>
<url>https://oss.jfrog.org/artifactory/jcenter/</url>
</repository>
</repositories>
Development environment:
Java
Maven
Spring
Wicket
Highcharts
Metadata
Metadata
Assignees
Labels
No labels