missing artifact com.sleepycat.:je:jar:7.0.6 using jpos 2.0.8

3,069 views
Skip to first unread message

galih.l...@gmail.com

unread,
Oct 29, 2016, 8:20:06 AM10/29/16
to jpos-...@googlegroups.com
hi all,

while using jpos 2.0.8 i'm getting missing artifact com.sleepycat.:je:jar:7.0.6, does anyone experience this to? or is there a repositories that i have to to declare. 

thanks.

Alejandro Revilla

unread,
Oct 29, 2016, 8:45:54 AM10/29/16
to jPOS Users
​​

You need to add:

maven { url 'http://download.oracle.com/maven' }



galih.l...@gmail.com

unread,
Oct 29, 2016, 11:57:22 AM10/29/16
to jpos-...@googlegroups.com
Ok thanks
--
--
jPOS is licensed under AGPL - free for community usage for your open-source project. Licenses are also available for commercial usage. Please support jPOS, contact: sa...@jpos.org
---
You received this message because you are subscribed to the Google Groups "jPOS Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jpos-users+unsubscribe@googlegroups.com.
To post to this group, send email to jpos-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jpos-users/CAAgSK%3D%3DCvsdEkmnYwd1e7FMhC_DhxmBJdntwAJ8_ape9%3D0rpxA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


--
Regards,


Galih Lasahido
Sent from Gmail Mobile

Dhiraj Minocha

unread,
Nov 25, 2016, 3:33:00 PM11/25/16
to jPOS Users
Dear Alejandro,

Where should I add this ?  maven { url 'http://download.oracle.com/maven' } in my POM.xml

Thanks,
D

galih.l...@gmail.com

unread,
Nov 25, 2016, 9:33:42 PM11/25/16
to jpos-...@googlegroups.com
its for gradle, if you do it in maven you go like this

<repositories>
<repository>
<id>oracle-repo</id>
<name>oracle repo</name>
</repository>
</repositories>

<dependencies>
<dependency>
   <groupId>org.jpos</groupId>
   <artifactId>jpos</artifactId>
   <version>2.0.8</version>
</dependency>
</dependencies>


--
--
jPOS is licensed under AGPL - free for community usage for your open-source project. Licenses are also available for commercial usage. Please support jPOS, contact: sa...@jpos.org
---
You received this message because you are subscribed to the Google Groups "jPOS Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jpos-users+unsubscribe@googlegroups.com.
To post to this group, send email to jpos-...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages