Skip to content

Migration from google code wicked-charts-wicket7 to adesso wicked-charts-wicket8 #195

@sibiarunachalam

Description

@sibiarunachalam

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions