Advertisement
Guest User

PFE 95

a guest
Jan 30th, 2015
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. <dependencies>
  2. <dependency>
  3. <groupId>org.eclipse.persistence</groupId>
  4. <artifactId>javax.persistence</artifactId>
  5. <version>2.1.0</version>
  6. </dependency>
  7.  
  8. <dependency>
  9. <groupId>com.microsoft.sqlserver</groupId>
  10. <artifactId>sqljdbc4</artifactId>
  11. <version>4.0</version>
  12. </dependency>
  13.  
  14. </dependencies>
  15.  
  16. <build>
  17. <plugins>
  18. <plugin>
  19. <groupId>org.apache.maven.plugins</groupId>
  20. <artifactId>maven-compiler-plugin</artifactId>
  21. <configuration>
  22. <source>1.7</source>
  23. <target>1.7</target>
  24. </configuration>
  25. </plugin>
  26. </plugins>
  27. </build>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement