Guest User

Untitled

a guest
Mar 5th, 2018
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 5.43 KB | None | 0 0
  1.     <dependencies>
  2.         <!--SH*T (locally installed a REALLY old version of a library, not availible anywhere online -->
  3.         <dependency>
  4.             <groupId>workspace</groupId>
  5.             <artifactId>ojdbc6</artifactId>
  6.             <version>1.0.0</version>
  7.         </dependency>
  8.         <dependency>
  9.             <groupId>org.apache.struts</groupId>
  10.             <artifactId>struts-core</artifactId>
  11.             <version>1.3.8</version>
  12.         </dependency>
  13.         <dependency>
  14.             <groupId>it.sauronsoftware.cron4j</groupId>
  15.             <artifactId>cron4j</artifactId>
  16.             <version>2.2.5</version>
  17.         </dependency>
  18.         <dependency>
  19.             <groupId>javax.servlet</groupId>
  20.             <artifactId>servlet-api</artifactId>
  21.             <version>2.5</version>
  22.         </dependency>
  23.         <dependency>
  24.             <groupId>org.apache.poi</groupId>
  25.             <artifactId>poi</artifactId>
  26.             <version>3.17</version>
  27.         </dependency>
  28.         <dependency>
  29.             <groupId>com.lowagie</groupId>
  30.             <artifactId>itext</artifactId>
  31.             <version>2.1.7</version>
  32.         </dependency>
  33.         <dependency>
  34.             <groupId>commons-fileupload</groupId>
  35.             <artifactId>commons-fileupload</artifactId>
  36.             <version>1.3.3</version>
  37.         </dependency>
  38.         <dependency>
  39.             <groupId>net.sf.trove4j</groupId>
  40.             <artifactId>trove4j</artifactId>
  41.             <version>2.0.2</version>
  42.         </dependency>
  43.         <dependency>
  44.             <groupId>junit</groupId>
  45.             <artifactId>junit</artifactId>
  46.             <version>4.12</version>
  47.         </dependency>
  48.         <dependency>
  49.             <groupId>commons-httpclient</groupId>
  50.             <artifactId>commons-httpclient</artifactId>
  51.             <version>3.1</version>
  52.         </dependency>
  53.         <dependency>
  54.             <groupId>com.googlecode.json-simple</groupId>
  55.             <artifactId>json-simple</artifactId>
  56.             <version>1.1</version>
  57.         </dependency>
  58.         <dependency>
  59.             <groupId>com.sun.mail</groupId>
  60.             <artifactId>javax.mail</artifactId>
  61.             <version>1.4.4</version>
  62.         </dependency>
  63.         <dependency>
  64.             <groupId>javax.jms</groupId>
  65.             <artifactId>jms-api</artifactId>
  66.             <version>1.1-rev-1</version>
  67.         </dependency>
  68.         <dependency>
  69.             <groupId>org.apache.axis</groupId>
  70.             <artifactId>axis</artifactId>
  71.             <version>1.4</version>
  72.         </dependency>
  73.         <dependency>
  74.             <groupId>com.sleepycat</groupId>
  75.             <artifactId>je</artifactId>
  76.             <version>4.0.92</version>
  77.         </dependency>
  78.         <dependency>
  79.             <groupId>com.thoughtworks.xstream</groupId>
  80.             <artifactId>xstream</artifactId>
  81.             <version>1.4.3</version>
  82.         </dependency>
  83.         <dependency>
  84.             <groupId>org.apache.activemq</groupId>
  85.             <artifactId>activemq-core</artifactId>
  86.             <version>4.1.2</version>
  87.         </dependency>
  88.         <dependency>
  89.             <groupId>jakarta-regexp</groupId>
  90.             <artifactId>jakarta-regexp</artifactId>
  91.             <version>1.4</version>
  92.         </dependency>
  93.         <dependency>
  94.             <groupId>org.apache.poi</groupId>
  95.             <artifactId>poi-scratchpad</artifactId>
  96.             <version>3.17</version>
  97.         </dependency>
  98.         <dependency>
  99.             <groupId>org.jruby</groupId>
  100.             <artifactId>jruby-complete</artifactId>
  101.             <version>9.1.15.0</version>
  102.         </dependency>
  103.         <dependency>
  104.             <groupId>com.google.guava</groupId>
  105.             <artifactId>guava</artifactId>
  106.             <version>23.6-jre</version>
  107.         </dependency>
  108.         <dependency>
  109.             <groupId>com.microsoft.sqlserver</groupId>
  110.             <artifactId>mssql-jdbc</artifactId>
  111.             <version>6.2.2.jre8</version>
  112.         </dependency>
  113.  
  114.         <dependency>
  115.             <groupId>sax</groupId>
  116.             <artifactId>sax</artifactId>
  117.             <version>2.0.1</version>
  118.         </dependency>
  119.         <dependency>
  120.             <groupId>org.htmlparser</groupId>
  121.             <artifactId>htmlparser</artifactId>
  122.             <version>2.1</version>
  123.         </dependency>
  124.         <dependency>
  125.             <groupId>javax.xml.bind</groupId>
  126.             <artifactId>jsr173_api</artifactId>
  127.             <version>1.0</version>
  128.         </dependency>
  129.         <dependency>
  130.             <groupId>com.sun.xml.bind</groupId>
  131.             <artifactId>jaxb1-impl</artifactId>
  132.             <version>2.0.2</version>
  133.         </dependency>
  134.         <dependency>
  135.             <groupId>javax.xml.bind</groupId>
  136.             <artifactId>jaxb-api</artifactId>
  137.             <version>2.3.0</version>
  138.         </dependency>
  139.         <dependency>
  140.             <groupId>javax.activation</groupId>
  141.             <artifactId>activation</artifactId>
  142.             <version>1.1</version>
  143.         </dependency>
  144.     </dependencies>
  145.  
  146.     <repositories>
  147.         <repository>
  148.             <id>datanucleus</id>
  149.             <name>datanucleus</name>
  150.             <url>http://www.datanucleus.org/downloads/maven2/</url>
  151.         </repository>
  152.         <repository>
  153.             <id>atlassian</id>
  154.             <name>Atlassian 3rd-Party</name>
  155.             <url>https://maven.atlassian.com/3rdparty/</url>
  156.         </repository>
  157.     </repositories>
Advertisement
Add Comment
Please, Sign In to add comment