Maven Central でこの pom (および他のさまざまな pom) を見てください: http://repo1.maven.org/maven2/org/apache/activemq/activemq-optional/5.6.0/activemq-optional-5.6.0。ポン。
これらの pom には、net.sf.josql への依存関係があります。
<dependency>
<groupId>net.sf.josql</groupId>
<artifactId>josql</artifactId>
</dependency>
<dependency>
<groupId>net.sf.josql</groupId>
<artifactId>gentlyweb-utils</artifactId>
</dependency>
http://mvnrepository.com/artifact/net.sf.josql/josqlを試すと、404 が返されます。
では、なぜ maven central には、maven central にない依存関係を含む pom があるのでしょうか?
実際、jboss または maven の中央リポジトリで net.sf.josql を見つけることができません。
それは何ですか、どこで見つけることができますか?